Annotation Type | Description |
---|---|
ClassBound |
This represents a Class<T> object whose run-time value
is equal to or a subtype of one of the arguments.
|
ClassVal |
This represents a
Class<T> object
where the set of possible values of T is known at compile time. |
ClassValBottom |
Represents the bottom of the ClassVal qualifier hierarchy.
|
ForName |
Annotation for methods of the form:
|
GetClass |
Annotation for methods of the form:
|
GetConstructor |
Annotation for methods of the form:
|
GetMethod |
Annotation for methods of the form:
|
Invoke |
Annotation for methods of the form:
Object method( |
MethodVal |
This represents a set of
Method or
Constructor values. |
MethodValBottom |
Represents the bottom of the MethodVal qualifier hierarchy.
|
NewInstance |
Annotation for methods of the form:
T method( |
UnknownClass |
Represents a Class object whose run-time value is not known at compile time.
|
UnknownMethod |
Represents a
Method or
Constructor expression whose
run-time value is not known at compile time. |