Uses of Interface
org.jboss.solder.reflection.annotated.AnnotationRedefiner

Packages that use AnnotationRedefiner
org.jboss.solder.reflection.annotated A collection of base classes and builders for working with AnnotatedType metadata objects. 
 

Uses of AnnotationRedefiner in org.jboss.solder.reflection.annotated
 

Methods in org.jboss.solder.reflection.annotated with parameters of type AnnotationRedefiner
<A extends Annotation>
AnnotatedTypeBuilder<X>
AnnotatedTypeBuilder.redefine(Class<A> annotationType, AnnotationRedefiner<A> redefinition)
          Redefine any annotations of the specified type.
protected
<A extends Annotation>
void
AnnotatedTypeBuilder.redefineAnnotationBuilder(Class<A> annotationType, AnnotationRedefiner<A> redefinition, AnnotatedElement annotated, Type baseType, AnnotationBuilder builder, String elementName)
           
 



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