api / org.gradle.api.reflect / TypeOf / isPublic

isPublic

open fun isPublic(): Boolean

Queries whether the type represented by this object is public (java.lang.reflect.Modifier#isPublic(int)).

See Also
java.lang.reflect.Modifier#isPublic(int)Class#getModifiers()