com.ca.jcs.annotations
Class OpBindingMethodsToXMLApf

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.ca.jcs.annotations.OpBindingMethodsToXMLApf
All Implemented Interfaces:
javax.annotation.processing.Processor

@SupportedAnnotationTypes(value="com.ca.jcs.annotations.OpBindingMethod")
@SupportedSourceVersion(value=RELEASE_6)
public final class OpBindingMethodsToXMLApf
extends javax.annotation.processing.AbstractProcessor


Field Summary
static String OP_BINDING_METHOD_FILE
          File from which OpBindingMethodInfo information, which ties the Java runtime to any specified OpBindingType bindings, is written by this class.
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
OpBindingMethodsToXMLApf()
           
 
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

OP_BINDING_METHOD_FILE

public static final String OP_BINDING_METHOD_FILE
File from which OpBindingMethodInfo information, which ties the Java runtime to any specified OpBindingType bindings, is written by this class. Should match constant of the same name in OpBindingMethods.

See Also:
Constant Field Values
Constructor Detail

OpBindingMethodsToXMLApf

public OpBindingMethodsToXMLApf()
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