@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, isInitialized
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> types, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2015 Square, Inc.. All rights reserved.