Package com.twicedb.gen
Class TwiceDBProcessorRefs
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.twicedb.gen.TwiceDBProcessorRefs
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("com.twicedb.client.api.TwiceDBRef")
@SupportedSourceVersion(RELEASE_8)
public class TwiceDBProcessorRefs
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
TwiceDBProcessorRefs
public TwiceDBProcessorRefs()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-