public interface  org.glassfish.apf.AnnotatedElementHandler extends java.lang.Object
{
public abstract void startElement(java.lang.'annotation'.ElementType, java.lang.reflect.AnnotatedElement) throws org.glassfish.apf.AnnotationProcessorException;
public abstract void endElement(java.lang.'annotation'.ElementType, java.lang.reflect.AnnotatedElement) throws org.glassfish.apf.AnnotationProcessorException;
}