Uses of Interface java.lang.reflect.AnnotatedElement

Uses in package java.lang

Classes implementing java.lang.reflect.AnnotatedElement

class
A Class represents a Java type.
class
Everything you ever wanted to know about a package.

Uses in package java.lang.reflect

Classes implementing java.lang.reflect.AnnotatedElement

class
This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
class
The Constructor class represents a constructor of a class.
class
The Field class represents a member variable of a class.
class
The Method class represents a member method of a class.