Home » openjdk-7 » javax.lang » model » type » [javadoc | source]
javax.lang.model.type
public interface: PrimitiveType [javadoc | source]

All Implemented Interfaces:
    TypeMirror

Represents a primitive type. These include {@code boolean}, {@code byte}, {@code short}, {@code int}, {@code long}, {@code char}, {@code float}, and {@code double}.