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

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

Uses of AnnotationStore in org.jboss.weld.introspector
 

Methods in org.jboss.weld.introspector that return AnnotationStore
static AnnotationStore AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement, java.util.Set<java.lang.annotation.Annotation> extraAnnotations, java.util.Set<java.lang.annotation.Annotation> extraDeclaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement, TypeStore typeStore)
          Build an AnnotatedItemHelper from a class
static AnnotationStore AnnotationStore.of(java.lang.annotation.Annotation[] annotations, java.lang.annotation.Annotation[] declaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.of(java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.wrap(AnnotationStore annotationStore, java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations, TypeStore typeStore)
           
 

Methods in org.jboss.weld.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, TypeStore typeStore)
           
 

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

Methods in org.jboss.weld.introspector.jlr that return AnnotationStore
 AnnotationStore AbstractWeldAnnotated.getAnnotationStore()
           
 

Constructors in org.jboss.weld.introspector.jlr with parameters of type AnnotationStore
AbstractWeldAnnotated(AnnotationStore annotatedItemHelper)
           
AbstractWeldAnnotated(AnnotationStore annotatedItemHelper, java.lang.Class<T> rawType, java.lang.reflect.Type type)
          Constructor Also builds the meta-annotation map.
AbstractWeldCallable(AnnotationStore annotatedItemHelper, java.lang.reflect.Member member, java.lang.Class<T> rawType, java.lang.reflect.Type type, WeldClass<X> declaringType)
           
AbstractWeldMember(AnnotationStore annotatedItemHelper, java.lang.reflect.Member member, java.lang.Class<T> rawType, java.lang.reflect.Type type, WeldClass<X> declaringType)
          Constructor
WeldClassImpl(java.lang.Class<T> rawType, java.lang.reflect.Type type, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, AnnotationStore annotationStore, ClassTransformer classTransformer)
           
 



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