com.mysema.query.apt
Class AbstractQuerydslProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.mysema.query.apt.AbstractQuerydslProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
JDOAnnotationProcessor, JPAAnnotationProcessor, MorphiaAnnotationProcessor, QuerydslAnnotationProcessor

public abstract class AbstractQuerydslProcessor
extends AbstractProcessor

Author:
tiwe

Field Summary
static Boolean ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
           
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
AbstractQuerydslProcessor()
           
 
Method Summary
protected  Set<Element> collectElements()
           
protected abstract  Configuration createConfiguration(RoundEnvironment roundEnv)
           
 SourceVersion getSupportedSourceVersion()
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS

public static final Boolean ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
Constructor Detail

AbstractQuerydslProcessor

public AbstractQuerydslProcessor()
Method Detail

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-2011 Mysema Ltd. All Rights Reserved.