org.jboss.deployers.vfs.spi.structure
Interface CandidateAnnotationsCallback


public interface CandidateAnnotationsCallback

CandidateAnnotationsCallback.

Author:
Ales Justin

Method Summary
 void executeCallback(org.jboss.virtual.VirtualFile root, StructureContext currentContext, AnnotationEnvironment env, Class<? extends Annotation> annotationClass)
          Execute callback.
 

Method Detail

executeCallback

void executeCallback(org.jboss.virtual.VirtualFile root,
                     StructureContext currentContext,
                     AnnotationEnvironment env,
                     Class<? extends Annotation> annotationClass)
Execute callback.

Parameters:
root - the resources root
currentContext - the current context
env - the annotation environment
annotationClass - the current annotation class


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