| 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 |
|---|---|
HandlerProcessingResult |
AnnotationHandler.processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
| Modifier and Type | Method and Description |
|---|---|
Map<AnnotatedElement,HandlerProcessingResult> |
ProcessingResult.getResults() |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerProcessingResultImpl |
| Modifier and Type | Method and Description |
|---|---|
Map<AnnotatedElement,HandlerProcessingResult> |
ProcessingResultImpl.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingResultImpl.add(AnnotatedElement element,
HandlerProcessingResult elementResult) |
void |
HandlerProcessingResultImpl.addAll(HandlerProcessingResult result) |
Copyright © 2019. All rights reserved.