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}.
- author:
Joseph
- D. Darcy
- author:
Scott
- Seligman
- author:
Peter
- von der Ahé
- since:
1.6
-