173174175176177178179180181182
} protected ITaskFactory createITaskFactory() { return new DependencyAutoWireTaskFactory( new AnnotationProcessingTaskFactory( new TaskFactory( get(ClassGenerator.class)) ) ); }