Annotation Type BinaryNameOrPrimitiveType
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf({ClassGetName.class,FqBinaryName.class}) public @interface BinaryNameOrPrimitiveType
Represents a primitive type name or abinary name
.