Annotation Type FieldDescriptorWithoutPackage
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf({ClassGetName.class,FieldDescriptor.class}) public @interface FieldDescriptorWithoutPackage
Represents afield descriptor
for a primitive or for an array whose base type is primitive or in the unnamed package.Examples: I [[J MyClass MyClass$22 [LMyClass; [LMyClass$22
Field descriptor (JVM type format) is defined in the Java Virtual Machine Specification, section 4.3.2.
- See the Checker Framework Manual:
- Signature Checker