Package org.jboss.lang.reflect

Interface Summary
GenericDeclaration A common interface for all entities that declare type variables
Type Type is the common superinterface for all types in the Java programming language.
TypeVariable<D extends GenericDeclaration> TypeVariable is the common superinterface for type variables of kinds.
 

Exception Summary
MalformedParameterizedTypeException Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.