javax.lang.model.type
public interface: NoType [javadoc |
source]
All Implemented Interfaces:
TypeMirror
A pseudo-type used where no actual type is appropriate.
The kinds of {@code NoType} are:
- VOID - corresponds to the keyword {@code void}.
- PACKAGE - the pseudo-type of a package element.
- NONE - used in other cases
where no actual type is appropriate; for example, the superclass
of {@code java.lang.Object}.
Also see:
- ExecutableElement#getReturnType()
- author:
Joseph
- D. Darcy
- author:
Scott
- Seligman
- author:
Peter
- von der Ahé
- since:
1.6
-