Annotation Type FieldDescriptorForPrimitive
- 
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf({FieldDescriptorWithoutPackage.class,Identifier.class}) public @interface FieldDescriptorForPrimitiveRepresents 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