 |
-
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","org.springframework.data.mongodb.core.mapping.*"})
@SupportedSourceVersion(value=RELEASE_6)
public class MongoAnnotationProcessor
extends com.querydsl.apt.AbstractQuerydslProcessor
Annotation processor to create Querydsl query types for QueryDsl annotated classes.
- Author:
- Oliver Gierke
-
-
Field Summary
-
Fields inherited from class com.querydsl.apt.AbstractQuerydslProcessor
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
-
Method Summary
-
Methods inherited from class com.querydsl.apt.AbstractQuerydslProcessor
collectElements, getSupportedOptions, getSupportedSourceVersion, process, validateInits
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
|