com.mysema.query.mongodb.morphia
Class MorphiaAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.mysema.query.apt.AbstractQuerydslProcessor
com.mysema.query.mongodb.morphia.MorphiaAnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","com.google.code.morphia.annotations.*"})
public class MorphiaAnnotationProcessor
- extends AbstractQuerydslProcessor
Annotation processor to create Querydsl query types for Morphia annoated classes
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MorphiaAnnotationProcessor
public MorphiaAnnotationProcessor()
createConfiguration
protected Configuration createConfiguration(RoundEnvironment roundEnv)
- Specified by:
createConfiguration
in class AbstractQuerydslProcessor
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.