|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.ws.annotations.core.processor.AbstractAnnotationProcessor
public abstract class AbstractAnnotationProcessor
Abstract base class for processors contributed to the
org.eclipse.jst.ws.annotations.core.annotationProcessor
extension point.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
abstract void |
process()
Process all program elements supported by this annotation processor. |
void |
setAnnotationProcessorEnvironment(com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
Set the AnnotationProcessorEnvironment environment to use during processing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setAnnotationProcessorEnvironment(com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
AnnotationProcessorEnvironment
environment to use during processing.
environment
- the annotation processor environment.public abstract void process()
process
in interface com.sun.mirror.apt.AnnotationProcessor
AnnotationProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |