Annotation Interface PrimitiveType
@SubtypeOf({IdentifierOrPrimitiveType.class,CanonicalName.class})
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
public @interface PrimitiveType
A primitive type. One of: boolean, byte, char, double, float, int, long, short.
- See the Checker Framework Manual:
- Signature Checker