-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: core-libs
-
generic
-
generic
The enum javax.lang.model.type.TypeKind currently contains an isPrimitive method to return whether or not a particular enum value represents a primitive type. Other useful queries could include isReferece and isNoType.