com.mysema.query.apt
Class QuerydslAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.mysema.query.apt.AbstractQuerydslProcessor
          extended by com.mysema.query.apt.QuerydslAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value="com.mysema.query.annotations.*")
public class QuerydslAnnotationProcessor
extends AbstractQuerydslProcessor

Default annotation processor for Querydsl which handles @QueryEntity, @QuerySupertype,

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.apt.AbstractQuerydslProcessor
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
QuerydslAnnotationProcessor()
           
 
Method Summary
protected  Configuration createConfiguration(RoundEnvironment roundEnv)
           
 
Methods inherited from class com.mysema.query.apt.AbstractQuerydslProcessor
collectElements, getSupportedSourceVersion, process
 
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
 

Constructor Detail

QuerydslAnnotationProcessor

public QuerydslAnnotationProcessor()
Method Detail

createConfiguration

protected Configuration createConfiguration(RoundEnvironment roundEnv)
Specified by:
createConfiguration in class AbstractQuerydslProcessor


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.