AnnotatedType
metadata objects.See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
AnnotatedTypeBuilderCopyright © 2008–2013 Seam Framework. All rights reserved.