Annotation Interface FieldDescriptorForPrimitive
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({FieldDescriptorWithoutPackage.class,Identifier.class})
public @interface FieldDescriptorForPrimitive
Represents a field descriptor (JVM type format) for a primitive as defined in the Java Virtual
Machine Specification, section 4.3.2.
Must be one of B, C, D, F, I, J, S, Z.
- See the Checker Framework Manual:
- Signature Checker