| 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 |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessingResultImpl
Implementation of the ProcessingResult interface
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingResultImpl.add(ProcessingResult pr) |
Copyright © 2019. All rights reserved.