public interface AnnotationRedefiner<A extends Annotation>
AnnotationRedefiner
can be applied to an
AnnotatedTypeBuilder
, and receives callbacks for each annotation of
the type is it applied for.AnnotatedTypeBuilder
Modifier and Type | Method and Description |
---|---|
void |
redefine(RedefinitionContext<A> ctx)
Callback invoked for each annotation of the type the
AnnotationRedefiner is applied for. |
void redefine(RedefinitionContext<A> ctx)
AnnotationRedefiner
is applied for.ctx
- Copyright © 2008-2013 Seam Framework. All Rights Reserved.