Class
Class Class<T>
- java.lang.Object
-
- java.lang.Class<T>
- Type Parameters:
-
T
- the type of the class modeled by thisClass
object. For example, the type ofString.class
isClass<String>
. UseClass<?>
if the class being modeled is unknown.
- All Implemented Interfaces:
- Serializable, AnnotatedElement, GenericDeclaration, Type
public final class Class<T> extends Object implements Serializ