Annotation Interface IdentifierOrPrimitiveType
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({ArrayWithoutPackage.class,DotSeparatedIdentifiersOrPrimitiveType.class})
public @interface IdentifierOrPrimitiveType
An identifier or a primitive type.
Example: Foobar, Baz22, int, float
- See the Checker Framework Manual:
- Signature Checker