Annotation Interface Identifier
@SubtypeOf({DotSeparatedIdentifiers.class,BinaryNameWithoutPackage.class,IdentifierOrPrimitiveType.class})
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
public @interface Identifier
An identifier.
- See the Checker Framework Manual:
- Signature Checker