|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
A collection of base classes and builders for working with AnnotatedType
metadata objects.
AnnotatedTypeBuilder
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||