| 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.impl |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
AnnotationProcessorException.getLocator()
Return information about the annotation and annotated element
which caused the exception or null if it is not available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessor.log(Level level,
AnnotationInfo locator,
String localizedMessage)
Log a message on the default logger
|
HandlerProcessingResult |
AnnotationHandler.processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
| Constructor and Description |
|---|
AnnotationProcessorException(String message,
AnnotationInfo locator)
Creates a new annotation exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationProcessorImpl.log(Level level,
AnnotationInfo locator,
String localizedMessage)
Log a message on the default logger
|
Copyright © 2019. All rights reserved.