@SupportedAnnotationTypes(value="*") public final class ValidationProcessor extends AbstractProcessor
@Inject annotated elements.
Warnings for invalid use of qualifier annotations can be suppressed with @SuppressWarnings("qualifiers")
Warnings for invalid use of scoping annotations can be suppressed with @SuppressWarnings("scoping")
processingEnv| Constructor and Description |
|---|
ValidationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> types,
RoundEnvironment env) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> types, RoundEnvironment env)
process in interface Processorprocess in class AbstractProcessorCopyright © 2024 Square, Inc.. All rights reserved.