Package hec.io.dbf.annotations
Class AnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
hec.io.dbf.annotations.AnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"hec.io.dbf.annotations.Column","hec.io.dbf.annotations.Index"})
@SupportedSourceVersion(RELEASE_6)
public class AnnotationProcessor
extends AbstractProcessor
Processor to check the DBF annotations to make sure that the follow basic
DBF rules
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
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
-
AnnotationProcessor
public AnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-