Package-level declarations
Classes and API for the reflection and types.
Since
3.5
Types
Link copied to clipboard
interface HasPublicType
Allows a scriptable object, such as a project extension, to declare its preferred public type.
Link copied to clipboard
@Retention(value = RetentionPolicy.RUNTIME )
@Target(value = [ElementType.ANNOTATION_TYPE ] )
@Documented
The annotated annotation can be used to inject elements of the supported types.
Link copied to clipboard
Thrown when an object cannot be instantiated.