* annotation processor, not a Sun apt annotation processor. See
* {@link BaseAnnotationProcessorFactory#getProcessorFor} for the place where a Sun annotation processor is returned.
*/
public CoreAnnotationProcessor getCoreProcessorFor( AnnotationTypeDeclaration[] atds, CoreAnnotationProcessorEnv env )
{
return new PageFlowCoreAnnotationProcessor( atds, env );
}