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 AnnotationContext
public ProcessingContext getProcessingContext()
getProcessingContext
in class AnnotationContext
public void startElement(ElementType type, AnnotatedElement element) throws AnnotationProcessorException
AnnotatedElementHandler
startElement
in interface AnnotatedElementHandler
startElement
in class AnnotationContext
type
- the annotated element type (class, field, method...)element
- the annotated element we are starting to visit.AnnotationProcessorException
public void endElement(ElementType type, AnnotatedElement element) throws AnnotationProcessorException
AnnotatedElementHandler
endElement
in interface AnnotatedElementHandler
endElement
in class AnnotationContext
type
- the annotated element type (class, field, method...)element
- the annotated element we are done visiting.AnnotationProcessorException
Copyright © 2019. All rights reserved.