Package br.com.jarch.apt.processor
Class SearchFieldCheckboxProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- br.com.jarch.apt.processor.SearchFieldCheckboxProcessor
-
- All Implemented Interfaces:
javax.annotation.processing.Processor
@SupportedAnnotationTypes({"br.com.jarch.core.annotation.JArchSearchFieldCheckbox","br.com.jarch.core.annotation.JArchSearchFieldCheckbox.List"}) public class SearchFieldCheckboxProcessor extends javax.annotation.processing.AbstractProcessor
-
-
Constructor Summary
Constructors Constructor Description SearchFieldCheckboxProcessor()
-
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)
-
-
-
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
-
-