Annotation Type 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.