org.rhq.helpers.rest_docs_generator
Class ClassLevelProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.rhq.helpers.rest_docs_generator.ClassLevelProcessor
- All Implemented Interfaces:
- Processor
@SupportedOptions(value={"targetDirectory","verbose","modelPkg"})
@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value={"com.wordnik.swagger.annotations.*","javax.ws.rs.*","javax.xml.bind.annotation.XmlRootElement"})
public class ClassLevelProcessor- extends AbstractProcessor
Processor for JAX-RS classes
- Author:
- Heiko W. Rupp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TARGET_DIRECTORY
public static final String TARGET_DIRECTORY
- See Also:
- Constant Field Values
VERBOSE
public static final String VERBOSE
- See Also:
- Constant Field Values
MODEL_PACKAGE_KEY
public static final String MODEL_PACKAGE_KEY
- See Also:
- Constant Field Values
modelPackage
public String modelPackage
ClassLevelProcessor
public ClassLevelProcessor()
init
public void init(ProcessingEnvironment processingEnvironment)
- Specified by:
init in interface Processor- Overrides:
init in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.