| Package | Description |
|---|---|
| org.glassfish.apf |
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
|
| org.glassfish.apf.context | |
| org.glassfish.apf.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandler.error(AnnotationProcessorException ape)
Receive notification of an error
|
void |
ErrorHandler.fine(AnnotationProcessorException ape)
Receive notication of a fine error message
|
void |
ErrorHandler.warning(AnnotationProcessorException ape)
Receive notification of a warning
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatedElementHandler.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
|
void |
ErrorHandler.error(AnnotationProcessorException ape)
Receive notification of an error
|
void |
ErrorHandler.fine(AnnotationProcessorException ape)
Receive notication of a fine error message
|
ProcessingResult |
AnnotationProcessor.process(ProcessingContext ctx)
Starts the annotation processing tool passing the processing context which
encapuslate all information necessary for the configuration of the tool.
|
ProcessingResult |
AnnotationProcessor.process(ProcessingContext ctx,
Class[] classes)
Process a set of classes from the parameter list rather than from the
processing context.
|
HandlerProcessingResult |
AnnotationHandler.processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
void |
AnnotatedElementHandler.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
|
void |
ErrorHandler.warning(AnnotationProcessorException ape)
Receive notification of a warning
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationContext.endElement(ElementType type,
AnnotatedElement element) |
void |
AnnotationContext.startElement(ElementType type,
AnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultErrorHandler.error(AnnotationProcessorException ape)
Receive notification of an error
|
void |
DefaultErrorHandler.fine(AnnotationProcessorException ape)
Receive notication of a fine error message
|
void |
DefaultErrorHandler.warning(AnnotationProcessorException ape)
Receive notification of a warning
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultErrorHandler.error(AnnotationProcessorException ape)
Receive notification of an error
|
void |
DefaultErrorHandler.fine(AnnotationProcessorException ape)
Receive notication of a fine error message
|
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx)
Starts the annotation processing tool passing the processing context which
encapuslate all information necessary for the configuration of the tool.
|
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx,
Class[] classes)
Process a set of classes from the parameter list rather than from the
processing context.
|
void |
DefaultErrorHandler.warning(AnnotationProcessorException ape)
Receive notification of a warning
|
Copyright © 2015. All rights reserved.