com.ca.jcs.annotations
Class OpBindingMethodsToXMLApf
java.lang.Object
com.ca.jcs.annotations.OpBindingMethodsToXMLApf
public class OpBindingMethodsToXMLApf
- extends Object
| 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()
getProcessorFor
public AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> declarations,
AnnotationProcessorEnvironment env)
- Returns a note annotation processor.
- Returns:
- An annotation processor for note annotations if requested,
otherwise, returns the NO_OP annotation processor.
supportedAnnotationTypes
public Collection<String> supportedAnnotationTypes()
- This factory only builds processors for the
OpBindingMethod annotation.
- Returns:
- a collection containing only the note annotation name.
supportedOptions
public Collection<String> supportedOptions()
- No options are supported by this annotation processor.
- Returns:
- an empty list.
Created 2009-10-09 16:43 EST