FileDocCategorySizeDatePackage
AnnotationContext.javaAPI DocGlassfish v2 API3210Fri May 04 22:30:22 BST 2007com.sun.enterprise.deployment.annotation.context

AnnotationContext

public class AnnotationContext extends Object implements com.sun.enterprise.deployment.annotation.AnnotatedElementHandler
Convenient superclass implementation of Context objects responsible for holding references to the DOL objects
author
Jerome Dochez

Fields Summary
com.sun.enterprise.deployment.annotation.ProcessingContext
processingContext
Constructors Summary
public AnnotationContext()
Creates a new instance of AnnotationContext

    
Methods Summary
public voidendElement(java.lang.annotation.ElementType type, java.lang.reflect.AnnotatedElement element)

    
public com.sun.enterprise.deployment.annotation.ProcessingContextgetProcessingContext()

        return processingContext;
    
public voidsetProcessingContext(com.sun.enterprise.deployment.annotation.ProcessingContext processingContext)

        this.processingContext = processingContext;        
    
public voidstartElement(java.lang.annotation.ElementType type, java.lang.reflect.AnnotatedElement element)