Package org.jboss.solder.reflection.annotated

A collection of base classes and builders for working with AnnotatedType metadata objects.

See:
          Description

Interface Summary
AnnotationRedefiner<A extends Annotation> An implementation AnnotationRedefiner can be applied to an AnnotatedTypeBuilder, and receives callbacks for each annotation of the type is it applied for.
ParameterValueRedefiner Provides the ability to redefine the value of a parameter on an InjectableMethod via the ParameterValueRedefiner.redefineParameterValue(ParameterValue) callback.
 

Class Summary
Annotateds Utilities for working with Annotateds.
AnnotatedTypeBuilder<X> Class for constructing a new AnnotatedType.
AnnotationBuilder Helper class used to build annotation stores
InjectableMethod<X> Allows an AnnotatedMethod to be injected using the CDI type safe resolution rules.
ParameterValueRedefiner.ParameterValue Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
RedefinitionContext<A extends Annotation> Provides access to the context of an annotation redefinition.
 

Package org.jboss.solder.reflection.annotated Description

A collection of base classes and builders for working with AnnotatedType metadata objects.

Author:
Pete Muir
See Also:
AnnotatedTypeBuilder


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