|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationInfo | |
|---|---|
| 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 | |
| Uses of AnnotationInfo in org.glassfish.apf |
|---|
| Methods in org.glassfish.apf that return AnnotationInfo | |
|---|---|
AnnotationInfo |
AnnotationProcessorException.getLocator()
Return information about the annotation and annotated element which caused the exception or null if it is not available. |
| Methods in org.glassfish.apf with parameters of type AnnotationInfo | |
|---|---|
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(). |
| Constructors in org.glassfish.apf with parameters of type AnnotationInfo | |
|---|---|
AnnotationProcessorException(String message,
AnnotationInfo locator)
Creates a new annotation exception |
|
| Uses of AnnotationInfo in org.glassfish.apf.impl |
|---|
| Methods in org.glassfish.apf.impl with parameters of type AnnotationInfo | |
|---|---|
void |
AnnotationProcessorImpl.log(Level level,
AnnotationInfo locator,
String localizedMessage)
Log a message on the default logger |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||