getProcessorFor(Set annotationTypeDeclarations, AnnotationProcessorEnvironment env) Get a Sun annotation processor for the given annotation type declarations.
Get the core annotation processor which is appropriate for the given annotations. Note that this is "our"
annotation processor, not a Sun apt annotation processor. See
BaseAnnotationProcessorFactory.getProcessorFor for the place where a Sun annotation processor is returned.
getProcessorFor
final public AnnotationProcessor getProcessorFor(Set annotationTypeDeclarations, AnnotationProcessorEnvironment env)(Code)
Get a Sun annotation processor for the given annotation type declarations. This just wraps the type declarations
in our wrapper types, and returns an annotation processor that delegates to our "core" (apt-independent)
processor to do the real work.