Package br.com.jarch.apt.processor
Class ExclusiveProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- br.com.jarch.apt.processor.ExclusiveProcessor
-
- All Implemented Interfaces:
javax.annotation.processing.Processor
@SupportedAnnotationTypes("br.com.jarch.core.annotation.JArchValidExclusive") public class ExclusiveProcessor extends javax.annotation.processing.AbstractProcessor
-
-
Constructor Summary
Constructors Constructor Description ExclusiveProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<? extends javax.annotation.processing.Completion>
getCompletions(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation, javax.lang.model.element.ExecutableElement member, java.lang.String userText)
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
-
getCompletions
public java.lang.Iterable<? extends javax.annotation.processing.Completion> getCompletions(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation, javax.lang.model.element.ExecutableElement member, java.lang.String userText)
- Specified by:
getCompletions
in interfacejavax.annotation.processing.Processor
- Overrides:
getCompletions
in classjavax.annotation.processing.AbstractProcessor
-
-