Uses of Class
org.jboss.solder.reflection.annotated.AnnotationBuilder

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

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

Methods in org.jboss.solder.reflection.annotated that return AnnotationBuilder
 AnnotationBuilder AnnotationBuilder.add(Annotation annotation)
           
 AnnotationBuilder AnnotationBuilder.addAll(AnnotatedElement element)
           
 AnnotationBuilder AnnotationBuilder.addAll(org.jboss.solder.reflection.annotated.AnnotationStore annotations)
           
 AnnotationBuilder AnnotationBuilder.addAll(Set<Annotation> annotations)
           
 AnnotationBuilder RedefinitionContext.getAnnotationBuilder()
          Access to the annotations present on the element.
 AnnotationBuilder AnnotationBuilder.remove(Class<? extends Annotation> annotationType)
           
 

Methods in org.jboss.solder.reflection.annotated with parameters of type AnnotationBuilder
protected  void AnnotatedTypeBuilder.mergeAnnotationsOnElement(javax.enterprise.inject.spi.Annotated annotated, boolean overwriteExisting, AnnotationBuilder typeAnnotations)
           
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.