@SupportedAnnotationTypes(value="org.apache.qpid.server.model.ManagedAttributeValueType") public class ManagedAttributeValueTypeValidator extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static String |
MANAGED_ATTRIBUTE_VALUE_CLASS_NAME |
static String |
MANAGED_ATTRIBUTE_VALUE_TYPE_CLASS_NAME |
processingEnv
Constructor and Description |
---|
ManagedAttributeValueTypeValidator() |
Modifier and Type | Method and Description |
---|---|
void |
checkAnnotationIsOnInterface(TypeElement annotationElement,
Element e) |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
public static final String MANAGED_ATTRIBUTE_VALUE_TYPE_CLASS_NAME
public static final String MANAGED_ATTRIBUTE_VALUE_CLASS_NAME
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public void checkAnnotationIsOnInterface(TypeElement annotationElement, Element e)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.