Uses of Interface
org.jboss.beans.metadata.spi.AnnotationMetaData

Packages that use AnnotationMetaData
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.beans.metadata.plugins.policy   
org.jboss.beans.metadata.spi Classes used to deploy beans. 
org.jboss.beans.metadata.spi.factory   
org.jboss.beans.metadata.spi.policy   
org.jboss.kernel.plugins.deployment Kernel plugins, an abstract deployment implementation. 
org.jboss.kernel.spi.deployment Classes used to define deployment plugins. 
 

Uses of AnnotationMetaData in org.jboss.beans.metadata.plugins
 

Classes in org.jboss.beans.metadata.plugins that implement AnnotationMetaData
 class AbstractAnnotationMetaData
          Metadata for an annotation.
 class DirectAnnotationMetaData
          Metadata for an annotation.
 

Methods in org.jboss.beans.metadata.plugins that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> AbstractFeatureMetaData.getAnnotations()
           
 

Method parameters in org.jboss.beans.metadata.plugins with type arguments of type AnnotationMetaData
 void AbstractFeatureMetaData.setAnnotations(Set<AnnotationMetaData> annotations)
          Set the annotations.
 

Uses of AnnotationMetaData in org.jboss.beans.metadata.plugins.policy
 

Fields in org.jboss.beans.metadata.plugins.policy with type parameters of type AnnotationMetaData
protected  Set<AnnotationMetaData> AbstractPolicyMetaData.annotations
           
 

Methods in org.jboss.beans.metadata.plugins.policy that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> AbstractPolicyMetaData.getAnnotations()
           
 

Method parameters in org.jboss.beans.metadata.plugins.policy with type arguments of type AnnotationMetaData
 void AbstractPolicyMetaData.setAnnotations(Set<AnnotationMetaData> annotations)
           
 

Uses of AnnotationMetaData in org.jboss.beans.metadata.spi
 

Subinterfaces of AnnotationMetaData in org.jboss.beans.metadata.spi
 interface CachingAnnotationMetaData
          CachingAnnotationMetaData.
 

Methods in org.jboss.beans.metadata.spi that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> FeatureMetaData.getAnnotations()
          Get the annotations.
 Set<AnnotationMetaData> BeanMetaData.getAnnotations()
          Get the annotations
 

Method parameters in org.jboss.beans.metadata.spi with type arguments of type AnnotationMetaData
 void BeanMetaData.setAnnotations(Set<AnnotationMetaData> annotations)
          Set the annotations
 

Uses of AnnotationMetaData in org.jboss.beans.metadata.spi.factory
 

Fields in org.jboss.beans.metadata.spi.factory with type parameters of type AnnotationMetaData
protected  Set<AnnotationMetaData> GenericBeanFactoryMetaData.annotations
          The annotations
 

Methods in org.jboss.beans.metadata.spi.factory that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> GenericBeanFactoryMetaData.getAnnotations()
          Get the annotations
 

Method parameters in org.jboss.beans.metadata.spi.factory with type arguments of type AnnotationMetaData
 void GenericBeanFactoryMetaData.setAnnotations(Set<AnnotationMetaData> annotations)
          Set the annotations
 

Uses of AnnotationMetaData in org.jboss.beans.metadata.spi.policy
 

Methods in org.jboss.beans.metadata.spi.policy that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> PolicyMetaData.getAnnotations()
          Get the annotations.
 

Uses of AnnotationMetaData in org.jboss.kernel.plugins.deployment
 

Fields in org.jboss.kernel.plugins.deployment with type parameters of type AnnotationMetaData
protected  Set<AnnotationMetaData> AbstractKernelDeployment.annotations
          The annotations
 

Methods in org.jboss.kernel.plugins.deployment that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> AbstractKernelDeployment.getAnnotations()
           
 

Method parameters in org.jboss.kernel.plugins.deployment with type arguments of type AnnotationMetaData
 void AbstractKernelDeployment.setAnnotations(Set<AnnotationMetaData> annotations)
           
 

Uses of AnnotationMetaData in org.jboss.kernel.spi.deployment
 

Methods in org.jboss.kernel.spi.deployment that return types with arguments of type AnnotationMetaData
 Set<AnnotationMetaData> KernelDeployment.getAnnotations()
          Get the deployment annotations.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.