public abstract class AbstractStandardProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
AbstractStandardProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getIssueTrackerURL() |
protected abstract java.lang.String |
getOptionPrefix() |
protected abstract java.lang.String |
getRootAnnotationClassname() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment env) |
protected abstract void |
process(javax.lang.model.element.TypeElement element) |
public boolean process(@Nonnull
java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
@Nonnull
javax.annotation.processing.RoundEnvironment env)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor@Nonnull protected abstract java.lang.String getRootAnnotationClassname()
@Nonnull protected abstract java.lang.String getIssueTrackerURL()
@Nonnull protected abstract java.lang.String getOptionPrefix()
protected abstract void process(@Nonnull
javax.lang.model.element.TypeElement element)
throws java.io.IOException,
ProcessorException
java.io.IOExceptionProcessorException