Uses of Class
org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem.AnnotationMap

Packages that use AbstractAnnotatedItem.AnnotationMap
org.jboss.webbeans.bean   
org.jboss.webbeans.introspector.jlr   
org.jboss.webbeans.model   
 

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

Methods in org.jboss.webbeans.bean with parameters of type AbstractAnnotatedItem.AnnotationMap
static java.lang.Class<? extends java.lang.annotation.Annotation> AbstractBean.getDeploymentType(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> enabledDeploymentTypes, AbstractAnnotatedItem.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 AbstractAnnotatedItem.AnnotationMap in org.jboss.webbeans.introspector.jlr
 

Methods in org.jboss.webbeans.introspector.jlr that return AbstractAnnotatedItem.AnnotationMap
protected static AbstractAnnotatedItem.AnnotationMap AbstractAnnotatedItem.buildAnnotationMap(java.lang.reflect.AnnotatedElement element)
          Static helper method for building annotation map from an annotated element
protected static AbstractAnnotatedItem.AnnotationMap AbstractAnnotatedItem.buildAnnotationMap(java.lang.annotation.Annotation[] annotations)
          Builds the annotation map (annotation type -> annotation)
 

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

Uses of AbstractAnnotatedItem.AnnotationMap in org.jboss.webbeans.model
 

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



Copyright © 2008. All Rights Reserved.