| 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 |
|---|---|
ProcessingContext |
AnnotationProcessor.createContext()
Creates a new empty ProcessingContext instance which can be configured
before invoking the process() method.
|
ProcessingContext |
AnnotationInfo.getProcessingContext() |
| 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.
|
| Constructor and Description |
|---|
AnnotationInfo(ProcessingContext context,
AnnotatedElement element,
Annotation annotation,
ElementType type)
Creates a new instance of AnnotationInfo with all the information
necessary to process an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingContext |
AnnotationContext.getProcessingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationContext.setProcessingContext(ProcessingContext processingContext) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingContext |
AnnotationProcessorImpl.createContext() |
| 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.
|
Copyright © 2015. All rights reserved.