Package org.jboss.lang.reflect

Interface Summary
GenericArrayType  
GenericDeclaration A common interface for all entities that declare type variables
ParameterizedType ParameterizedType represents a parameterized type such as Collection<String>.
Type Type is the common superinterface for all types in the Java programming language.
TypeVariable TypeVariable is the common superinterface for type variables of kinds.
WildcardType  
 

Class Summary
AbstractTypeImpl  
GenericArrayTypeImpl  
ParameterizedTypeImpl  
TypeVariableImpl  
WildcardTypeImpl  
 

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



Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.