com.ca.jcs.annotations
Class OpBindingMethodsToXMLApf
java.lang.Object
javax.annotation.processing.AbstractProcessor
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
| 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 |
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
OpBindingMethodsToXMLApf
public OpBindingMethodsToXMLApf()
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