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

Packages that use AnnotationStore.AnnotationMap
org.jboss.webbeans.bean   
org.jboss.webbeans.introspector   
org.jboss.webbeans.metadata   
 

Uses of AnnotationStore.AnnotationMap in org.jboss.webbeans.bean
 

Methods in org.jboss.webbeans.bean with parameters of type AnnotationStore.AnnotationMap
static java.lang.Class<? extends java.lang.annotation.Annotation> AbstractBean.getDeploymentType(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> enabledDeploymentTypes, AnnotationStore.AnnotationMap possibleDeploymentTypes)
          Helper class for getting deployment type Loops through the enabled deployment types (backwards) and returns the first one present in the possible deployments type, resulting in the deployment type of highest priority
 

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

Methods in org.jboss.webbeans.introspector that return AnnotationStore.AnnotationMap
protected static AnnotationStore.AnnotationMap AnnotationStore.buildAnnotationMap(java.lang.annotation.Annotation[] annotations)
          Builds the annotation map (annotation type -> annotation)
protected static AnnotationStore.AnnotationMap AnnotationStore.buildAnnotationMap(java.lang.Iterable<java.lang.annotation.Annotation> annotations)
          Builds the annotation map (annotation type -> annotation)
 

Constructors in org.jboss.webbeans.introspector with parameters of type AnnotationStore.AnnotationMap
AnnotationStore(AnnotationStore.AnnotationMap annotationMap, AnnotationStore.AnnotationMap declaredAnnotationMap)
          Constructor Also builds the meta-annotation map.
 

Uses of AnnotationStore.AnnotationMap in org.jboss.webbeans.metadata
 

Methods in org.jboss.webbeans.metadata that return AnnotationStore.AnnotationMap
 AnnotationStore.AnnotationMap MergedStereotypes.getPossibleDeploymentTypes()
          Returns the possible deployment typess
 



Copyright © 2008-2009. All Rights Reserved.