Uses of Interface
org.jboss.deployers.spi.annotations.AnnotationEnvironment

Packages that use AnnotationEnvironment
org.jboss.deployers.plugins.annotations   
org.jboss.deployers.spi.deployer.helpers   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.helpers   
 

Uses of AnnotationEnvironment in org.jboss.deployers.plugins.annotations
 

Classes in org.jboss.deployers.plugins.annotations that implement AnnotationEnvironment
 class DefaultAnnotationEnvironment
          DefaultAnnotationEnvironment.
 

Methods in org.jboss.deployers.plugins.annotations that return AnnotationEnvironment
 AnnotationEnvironment GenericAnnotationResourceVisitor.getEnv()
          Get the built environment.
 

Uses of AnnotationEnvironment in org.jboss.deployers.spi.deployer.helpers
 

Methods in org.jboss.deployers.spi.deployer.helpers with parameters of type AnnotationEnvironment
 void AbstractAnnotationDeployer.deploy(DeploymentUnit unit, AnnotationEnvironment deployment)
           
 

Uses of AnnotationEnvironment in org.jboss.deployers.vfs.plugins.structure
 

Methods in org.jboss.deployers.vfs.plugins.structure that return AnnotationEnvironment
protected  AnnotationEnvironment AbstractVFSStructureDeployer.createAnnotationEnvironment(org.jboss.virtual.VirtualFile root)
           
 

Uses of AnnotationEnvironment in org.jboss.deployers.vfs.spi.structure
 

Methods in org.jboss.deployers.vfs.spi.structure with parameters of type AnnotationEnvironment
 void CandidateAnnotationsCallback.executeCallback(org.jboss.virtual.VirtualFile root, StructureContext currentContext, AnnotationEnvironment env, Class<? extends Annotation> annotationClass)
          Execute callback.
 

Uses of AnnotationEnvironment in org.jboss.deployers.vfs.spi.structure.helpers
 

Methods in org.jboss.deployers.vfs.spi.structure.helpers that return AnnotationEnvironment
protected abstract  AnnotationEnvironment AbstractStructureDeployer.createAnnotationEnvironment(org.jboss.virtual.VirtualFile root)
          Create annotation environment
 



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