Package com.sun.mirror.type
package com.sun.mirror.type
Interfaces used to model types.
A type is represented by the appropriate subinterface of
TypeMirror.
Note that the apt tool and its associated APIs may be
changed or superseded in future j2se releases.
- Since:
- 1.5
-
ClassDescriptionRepresents an annotation type.Represents an array type.Represents a class type.Represents a declared type, either a class type or an interface type.Represents an enum type.Represents an interface type.Thrown when an application attempts to access the
Classobject corresponding to aTypeMirror.Thrown when an application attempts to access a sequence ofClassobjects each corresponding to aTypeMirror.Represents a primitive type.An enumeration of the different kinds of primitive types.Represents a reference type.Represents a type in the Java programming language.Represents a type variable.A pseudo-type representing the type ofvoid.Represents a wildcard type argument.