Uses of Class
org.jboss.webbeans.introspector.AnnotationStore

Packages that use AnnotationStore
org.jboss.webbeans.introspector   
org.jboss.webbeans.introspector.jlr   
 

Uses of AnnotationStore in org.jboss.webbeans.introspector
 

Methods in org.jboss.webbeans.introspector that return AnnotationStore
 AnnotationStore WrappedAnnotatedParameter.getAnnotationStore()
           
 AnnotationStore WrappedAnnotatedMethod.getAnnotationStore()
           
 AnnotationStore WrappedAnnotatedField.getAnnotationStore()
           
 AnnotationStore WrappedAnnotatedClass.getAnnotationStore()
           
 AnnotationStore ForwardingAnnotatedItem.getAnnotationStore()
           
 AnnotationStore AnnotatedItem.getAnnotationStore()
           
static AnnotationStore AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement)
          Build an AnnotatedItemHelper from a class
static AnnotationStore AnnotationStore.of(java.lang.annotation.Annotation[] annotations, java.lang.annotation.Annotation[] declaredAnnotations)
           
static AnnotationStore AnnotationStore.wrap(AnnotationStore annotationStore, java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations)
           
 

Methods in org.jboss.webbeans.introspector with parameters of type AnnotationStore
static AnnotationStore AnnotationStore.wrap(AnnotationStore annotationStore, java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations)
           
 

Uses of AnnotationStore in org.jboss.webbeans.introspector.jlr
 

Methods in org.jboss.webbeans.introspector.jlr that return AnnotationStore
 AnnotationStore AbstractAnnotatedItem.getAnnotationStore()
           
 

Constructors in org.jboss.webbeans.introspector.jlr with parameters of type AnnotationStore
AbstractAnnotatedItem(AnnotationStore annotatedItemHelper)
          Constructor Also builds the meta-annotation map.
AbstractAnnotatedMember(AnnotationStore annotatedItemHelper, java.lang.reflect.Member member)
          Constructor
AbstractAnnotatedType(AnnotationStore annotatedItemHelper, java.lang.Class<T> type)
          Constructor
 



Copyright © 2008-2009. All Rights Reserved.