Annotation Type | Description |
---|---|
BinaryName |
Represents a binary name as defined in the Java
Language Specification, section 13.1.
|
BinaryNameForNonArray |
Represents a
binary name as defined in the Java
Language Specification, section 13.1, but only for a non-array type. |
ClassGetName |
The type representation used by the
Class.getName() ,
Class.forName(String) , and Class.forName(String, boolean,
ClassLoader) methods. |
FieldDescriptor |
Represents a field descriptor (JVM type format) as defined in the Java Virtual Machine Specification, section 4.3.2.
|
FieldDescriptorForArray |
Represents a
field descriptor (JVM type format)
as defined in the Java
Virtual Machine Specification, section 4.3.2, but not for all
array types: only for an array type whose base type is either a
primitive or in the unnamed package. |
FullyQualifiedName |
Represents a fully-qualified name as defined in the Java Language Specification, section 6.7.
|
MethodDescriptor |
Represents a method descriptor (JVM representation of method signature)
as defined in the Java Virtual Machine Specification, section 4.3.3.
|
PolySignature |
A polymorphic qualifier for the Signature type system.
|
SignatureBottom |
Represents the bottom of the type-qualifier hierarchy.
|
SourceName |
A source name is a string that is a valid fully qualified name and a valid binary name.
|
SourceNameForNonArray |
A source name is a string that is a valid fully qualified name and a valid binary name.
|
UnannotatedString |
Top qualifier in the type hierarchy.
|