com.mysema.query.apt
Class AbstractQuerydslProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.mysema.query.apt.AbstractQuerydslProcessor
- All Implemented Interfaces:
- Processor
- Direct Known Subclasses:
- JDOAnnotationProcessor, JPAAnnotationProcessor, MorphiaAnnotationProcessor, QuerydslAnnotationProcessor
public abstract class AbstractQuerydslProcessor
- extends AbstractProcessor
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
public static final Boolean ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
AbstractQuerydslProcessor
public AbstractQuerydslProcessor()
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
collectElements
protected Set<Element> collectElements()
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion
in interface Processor
- Overrides:
getSupportedSourceVersion
in class AbstractProcessor
createConfiguration
protected abstract Configuration createConfiguration(RoundEnvironment roundEnv)
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.