Class Reference
Properties
The set of annotations applied to this class definition.
The major version of bytecode that this class definition targets.
The minor version of bytecode that this class definition targets, or 0
if not set.
The set of constructors explicitly declared by this class.
The set of fields explicitly declared by this class.
If this is a class, these are the set of interface types implemented by this class. If this is an interface, these are the interfaces extended by this interface.
The set of methods explicitly declared by this class.
The name of the package this class is defined in.
This class's fully-qualified class name, including its package name and simple class name.
The declared name of this specific class.
The supertype of this class, or null
if none defined.