类 | 说明 |
---|---|
Annotation |
Provides information about, and access to, an annotation of a field, class or interface.
|
ArrayReflection |
Utilities for Array reflection.
|
ClassReflection |
Utilities for Class reflection.
|
Constructor |
Provides information about, and access to, a single constructor for a Class.
|
Field |
Provides information about, and access to, a single field of a class or interface.
|
Method |
Provides information about, and access to, a single method on a class or interface.
|
异常错误 | 说明 |
---|---|
ReflectionException |
Thrown when an exception occurs during reflection.
|