@SupportedSourceVersion(value=RELEASE_8) @SupportedAnnotationTypes(value={"org.apache.struts2.views.annotations.StrutsTag","org.apache.struts2.views.annotations.StrutsTagAttribute","org.apache.struts2.views.annotations.StrutsTagSkipInheritance"}) public class TagAnnotationProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG |
static String |
TAG_ATTRIBUTE |
static String |
TAG_SKIP_HIERARCHY |
processingEnv| Constructor and Description |
|---|
TagAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic static final String TAG
public static final String TAG_ATTRIBUTE
public static final String TAG_SKIP_HIERARCHY
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2000–2022 The Apache Software Foundation. All rights reserved.