com.ca.commons.datamodel.annotations
Class MetaDataDefsToXMLApf

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by 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


Field Summary
static String NULL_VALUE
           
static 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.
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
MetaDataDefsToXMLApf()
           
 
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
 

Field Detail

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
Constructor Detail

MetaDataDefsToXMLApf

public MetaDataDefsToXMLApf()
Method Detail

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