org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator
Class XmlSeeAlsoAnnotator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator.XmlSeeAlsoAnnotator
All Implemented Interfaces:
Annotator

public final class XmlSeeAlsoAnnotator
extends java.lang.Object
implements Annotator


Constructor Summary
XmlSeeAlsoAnnotator(ClassCollector c)
           
 
Method Summary
 void annotate(JavaAnnotatable ja)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSeeAlsoAnnotator

public XmlSeeAlsoAnnotator(ClassCollector c)
Method Detail

annotate

public void annotate(JavaAnnotatable ja)
Specified by:
annotate in interface Annotator


Apache CXF