public interface EclipseAnnotationProcessorFactory extends AnnotationProcessorFactory
Modifier and Type | Method and Description |
---|---|
AnnotationProcessor |
getProcessorFor(Set<AnnotationTypeDeclaration> atds,
EclipseAnnotationProcessorEnvironment env)
Returns an annotation processor for a set of annotation types.
|
getProcessorFor, supportedAnnotationTypes, supportedOptions
AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> atds, EclipseAnnotationProcessorEnvironment env)
getProcessorFor(java.util.Set<com.sun.mirror.declaration.AnnotationTypeDeclaration>, org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment)
version of the method.atds
- the set of annotation typesenv
- the environment for processing.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.