Package br.com.jarch.apt.processor
Class SequenceGeneratorProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- br.com.jarch.apt.processor.SequenceGeneratorProcessor
-
- All Implemented Interfaces:
javax.annotation.processing.Processor
@SupportedAnnotationTypes("javax.persistence.SequenceGenerator") public class SequenceGeneratorProcessor extends javax.annotation.processing.AbstractProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static int
MIN_SIZE
static int
POSITION_UNDERLINE
-
Constructor Summary
Constructors Constructor Description SequenceGeneratorProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.lang.model.SourceVersion
getSupportedSourceVersion()
boolean
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
-
-
-
Field Detail
-
MIN_SIZE
public static final int MIN_SIZE
- See Also:
- Constant Field Values
-
POSITION_UNDERLINE
public static final int POSITION_UNDERLINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
- Specified by:
process
in interfacejavax.annotation.processing.Processor
- Specified by:
process
in classjavax.annotation.processing.AbstractProcessor
-
getSupportedSourceVersion
public javax.lang.model.SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion
in interfacejavax.annotation.processing.Processor
- Overrides:
getSupportedSourceVersion
in classjavax.annotation.processing.AbstractProcessor
-
-