@SupportedAnnotationTypes(value="galdr.annotations.GaldrSubSystem")
@SupportedSourceVersion(value=RELEASE_8)
@SupportedOptions(value={"galdr.defer.errors","galdr.defer.unresolved","galdr.debug"})
public final class SubSystemProcessor
extends org.realityforge.proton.AbstractStandardProcessor
| Constructor and Description |
|---|
SubSystemProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getIssueTrackerURL() |
protected java.lang.String |
getOptionPrefix() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment env) |
clearRootTypeNamesIfProcessingOver, collectRootTypeNames, debug, debugAnnotationProcessingRootElements, emitTypeSpec, errorIfProcessingOverAndInvalidTypesDetected, getNewTypeElementsToProcess, init, isDebugEnabled, performAction, processTypeElements, readBooleanOption, reportError, reportError, shouldDeferUnresolvedpublic 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 final java.lang.String getIssueTrackerURL()
getIssueTrackerURL in class org.realityforge.proton.AbstractStandardProcessor@Nonnull protected final java.lang.String getOptionPrefix()
getOptionPrefix in class org.realityforge.proton.AbstractStandardProcessor