com.ca.jcs.annotations
Class OpBindingMethodsToXMLApf

java.lang.Object
  extended by com.ca.jcs.annotations.OpBindingMethodsToXMLApf

public class OpBindingMethodsToXMLApf
extends Object


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.
 
Constructor Summary
OpBindingMethodsToXMLApf()
           
 
Method Summary
 AnnotationProcessor getProcessorFor(Set<AnnotationTypeDeclaration> declarations, AnnotationProcessorEnvironment env)
          Returns a note annotation processor.
 Collection<String> supportedAnnotationTypes()
          This factory only builds processors for the OpBindingMethod annotation.
 Collection<String> supportedOptions()
          No options are supported by this annotation processor.
 
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

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