Uses of Class
java.lang.Class
-
Packages that use Class Package Description java.lang java.lang.annotation -
-
Uses of Class in java.lang
Methods in java.lang that return Class Modifier and Type Method Description static Class<?>
Class. forName(String className)
Returns aClass
object which represents the class with the given name.Class<?>
Object. getClass()
Returns the unique instance ofClass
that represents this object's class. -
Uses of Class in java.lang.annotation
Methods in java.lang.annotation that return Class Modifier and Type Method Description Class<? extends Annotation>
Annotation. annotationType()
Returns the type of this annotation.
-