Interface PrimitiveType

All Superinterfaces:
AnnotatedConstruct, TypeMirror

public interface PrimitiveType extends TypeMirror
Represents a primitive type. These include boolean, byte, short, int, long, char, float, and double.
See Java Language Specification:
4.2 Primitive Types and Values
Since:
1.6