org.jboss.seam.solder.reflection.annotated
Interface AnnotationRedefiner<A extends Annotation>


public interface 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.

Author:
Pete Muir
See Also:
AnnotatedTypeBuilder

Method Summary
 void redefine(RedefinitionContext<A> ctx)
          Callback invoked for each annotation of the type the AnnotationRedefiner is applied for.
 

Method Detail

redefine

void redefine(RedefinitionContext<A> ctx)
Callback invoked for each annotation of the type the AnnotationRedefiner is applied for.

Parameters:
ctx -


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