Annotation Instance
class AnnotationInstance
Represents the usage of an annotation that is applied to a given usage site.
Annotation usages themselves are not mutable. Each instance is immutable, so modifying behaviour must be done by adding and removing individual AnnotationInstances at the given usage site.
Types
Properties
Link copied to clipboard
The name of the package this annotation class is defined in.
Link copied to clipboard
The set of constant annotation parameter values for this usage.
Link copied to clipboard
This annotation's fully-qualified class name, including its package name and simple class name.
Link copied to clipboard
The declared name of this specific annotation class.
Link copied to clipboard
The annotation type.