|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EclipseAnnotationProcessorFactory
Extend the APT annotation processor factory API to provide extra features. Implementation of this annotation processor is treated just like the regular annotation processor during build and reconcile.
Method Summary | |
---|---|
AnnotationProcessor |
getProcessorFor(Set<AnnotationTypeDeclaration> atds,
EclipseAnnotationProcessorEnvironment env)
Returns an annotation processor for a set of annotation types. |
Methods inherited from interface com.sun.mirror.apt.AnnotationProcessorFactory |
---|
getProcessorFor, supportedAnnotationTypes, supportedOptions |
Method Detail |
---|
AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds, EclipseAnnotationProcessorEnvironment env)
getProcessorFor(java.util.Set, org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment)
version of the method.
atds
- the set of annotation typesenv
- the environment for processing.
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |