com.mysema.query.apt.jpa
Class JPAAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.mysema.query.apt.jpa.JPAAnnotationProcessor
- All Implemented Interfaces:
- Processor
- Direct Known Subclasses:
- HibernateAnnotationProcessor
@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_6)
public class JPAAnnotationProcessor
- extends AbstractProcessor
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entity
protected Class<? extends Annotation> entity
superType
protected Class<? extends Annotation> superType
embeddable
protected Class<? extends Annotation> embeddable
skip
protected Class<? extends Annotation> skip
JPAAnnotationProcessor
public JPAAnnotationProcessor()
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
createConfiguration
protected SimpleConfiguration createConfiguration()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.