java.lang.reflect
Interface Type


public interface Type

The Type<\code> interface represents all compile time types. It is implemented by all entities that may represent a compile-time type in the Java programming language, and serves as their common supertype. known implementors: Class known subinterfaces: TypeVariable, ParameterizedType