Annotation Interface BinaryNameOrPrimitiveType


@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf({ClassGetName.class,FqBinaryName.class}) public @interface BinaryNameOrPrimitiveType
Represents a primitive type name or a binary name.
See the Checker Framework Manual:
Signature Checker