com.github.danielbell.smallprox
Class SmallproxProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.github.danielbell.smallprox.SmallproxProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value={"javax.persistence.Entity","javax.persistence.Embeddable"})
@SupportedSourceVersion(value=RELEASE_6)
@SupportedOptions(value="smallprox.outputPackageProvider")
public class SmallproxProcessor- extends AbstractProcessor
Annotation processor that generates GWT RequestFactory proxies from a JPA
metamodel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER_NAME
public static final String LOGGER_NAME
- See Also:
- Constant Field Values
SmallproxProcessor
public SmallproxProcessor()
init
public void init(ProcessingEnvironment processingEnv)
- Specified by:
init in interface Processor- Overrides:
init in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
Copyright © 2011. All Rights Reserved.