com.ca.commons.datamodel.annotations
Class MetaDataDefsToXMLApf
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.ca.commons.datamodel.annotations.MetaDataDefsToXMLApf
- All Implemented Interfaces:
- javax.annotation.processing.Processor
@SupportedAnnotationTypes(value="com.ca.commons.datamodel.annotations.MetaDataUsage")
@SupportedSourceVersion(value=RELEASE_6)
public class MetaDataDefsToXMLApf
- extends javax.annotation.processing.AbstractProcessor
| Fields inherited from class javax.annotation.processing.AbstractProcessor |
processingEnv |
|
Method Summary |
boolean |
process(Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
|
| Methods inherited from class javax.annotation.processing.AbstractProcessor |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAGE_INFO_FILE
public static final String USAGE_INFO_FILE
- File from which
MetaDataUsageInfo information generated by looking for META_DATA_USAGE_ANNOTATION
annotations in MetaDataDefs, is written by this class.
- See Also:
- Constant Field Values
NULL_VALUE
public static final String NULL_VALUE
- See Also:
- Constant Field Values
MetaDataDefsToXMLApf
public MetaDataDefsToXMLApf()
process
public boolean process(Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
- Specified by:
process in interface javax.annotation.processing.Processor- Specified by:
process in class javax.annotation.processing.AbstractProcessor
Created 2011-07-14 13:27 EST