Fixed annotation package pattern for APT processor.

This commit is contained in:
Oliver Gierke
2011-07-27 09:52:13 +02:00
parent 9ed5e6886c
commit 764317635c

View File

@@ -42,7 +42,7 @@ import com.mysema.query.apt.Processor;
*
* @author Oliver Gierke
*/
@SupportedAnnotationTypes({ "com.mysema.query.annotations.*", "org.springframework.data.mongodb.core.core.mapping.*" })
@SupportedAnnotationTypes({ "com.mysema.query.annotations.*", "org.springframework.data.mongodb.core.mapping.*" })
@SupportedSourceVersion(SourceVersion.RELEASE_6)
public class MongoAnnotationProcessor extends AbstractProcessor {