@SupportedAnnotationTypes(value="*") @SupportedSourceVersion(value=RELEASE_6) public final class EmptyProcessor extends AbstractProcessor
The class is thread-safe.
processingEnv
Constructor and Description |
---|
EmptyProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment env) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2012-2013 jcabi.com. All Rights Reserved.