Represents a primitive type. These include boolean, byte, short, int, long, char, float, and double.
boolean
byte
short
int
long
char
float
double
extends TypeMirror
Since: 1.6
javax.lang.model.util.Types.getPrimitiveType()
javax.lang.model.type.TypeVisitor.visitPrimitive()
javax.lang.model.util.SimpleTypeVisitor6.visitPrimitive()
javax.lang.model.util.TypeKindVisitor6.visitPrimitive()
javax.lang.model.util.Types.boxedClass()