Package org.jboss.weld.extensions.reflection

A set of utilities for working with JDK reflection and Annotated metadata, including:

See:
          Description

Class Summary
AnnotationInspector Inspect an AnnotatedElement or Annotated to obtain it's meta annotations and annotations, taking into account stereotypes.
AnnotationInstanceProvider Provides dynamic annotation creation.
HierarchyDiscovery Utility class for resolving all bean types from a given type.
ParameterizedTypeImpl  
Reflections Utility class for working with JDK Reflection and also CDI's Annotated metadata.
Synthetic.Provider Provides a unique Synthetic qualifier for the specified namespace
Synthetic.SyntheticLiteral  
 

Exception Summary
NullMemberException Exception thrown when a annotation is created with a null value for one of the members.
 

Annotation Types Summary
Synthetic A synthetic qualifier that can be used to replace other user-supplied configuration at deployment.
 

Package org.jboss.weld.extensions.reflection Description

A set of utilities for working with JDK reflection and Annotated metadata, including:

AnnotationInspectorQuery an AnnotatedElement for meta-annotations
AnnotationInstanceProviderCreate annotation instances at runtime
ReflectionsUtilities for working with JDK reflection and Annotated metadata
SyntheticCreate synthetic qualifiers for disambiguating injection points

Author:
Pete Muir
See Also:
AnnotationInspector, AnnotationInstanceProvider, Reflections, Synthetic


Copyright © 2008-2010 Seam Framework. All Rights Reserved.