Package org.jboss.solder.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 its meta-annotations and annotations, featuring support for Stereotype annotations as a transitive annotation provider.
AnnotationInstanceProvider Provides dynamic annotation creation.
HierarchyDiscovery Utility class for resolving all bean types from a given type.
ParameterizedTypeImpl  
PrimitiveTypes Contains static utility methods for boxing and unboxing primitive types and their corresponding wrapper types.
Reflections Utility class for working with JDK Reflection and also CDI's Annotated metadata.
SetAccessiblePriviligedAction A PrivilegedAction that calls AccessibleObject.setAccessible(boolean)
Types Utility class for Types
 

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

Package org.jboss.solder.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, org.jboss.solder.reflection.Synthetic


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