@SupportedAnnotationTypes(value="ch.qos.cal10n.BaseName")
@SupportedSourceVersion(value=RELEASE_5)
public class CAL10NAnnotationProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
CAL10NAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.annotation.processing.ProcessingEnvironment env) |
boolean |
process(Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public void init(javax.annotation.processing.ProcessingEnvironment env)
init in interface javax.annotation.processing.Processorinit in class javax.annotation.processing.AbstractProcessorpublic boolean process(Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessorCopyright © 2009–2020 QOS.ch. All rights reserved.