public class RarBundleContext extends AnnotationContext
| Constructor and Description |
|---|
RarBundleContext(ConnectorDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(ElementType type,
AnnotatedElement element)
After annotations for an annotated element are processed, the
endElement is called with the annotated element value and its type
|
ConnectorDescriptor |
getDescriptor() |
ProcessingContext |
getProcessingContext() |
void |
setProcessingContext(ProcessingContext processingContext) |
void |
startElement(ElementType type,
AnnotatedElement element)
Before annotations for an annotated element are processed, the
startElement is called with the annotated element value and its type
|
public RarBundleContext(ConnectorDescriptor desc)
public ConnectorDescriptor getDescriptor()
public void setProcessingContext(ProcessingContext processingContext)
setProcessingContext in class AnnotationContextpublic ProcessingContext getProcessingContext()
getProcessingContext in class AnnotationContextpublic void startElement(ElementType type, AnnotatedElement element) throws AnnotationProcessorException
AnnotatedElementHandlerstartElement in interface AnnotatedElementHandlerstartElement in class AnnotationContexttype - the annotated element type (class, field, method...)element - the annotated element we are starting to visit.AnnotationProcessorExceptionpublic void endElement(ElementType type, AnnotatedElement element) throws AnnotationProcessorException
AnnotatedElementHandlerendElement in interface AnnotatedElementHandlerendElement in class AnnotationContexttype - the annotated element type (class, field, method...)element - the annotated element we are done visiting.AnnotationProcessorExceptionCopyright © 2019. All rights reserved.