Interface XmlSeeAlsoWriter
-
- All Superinterfaces:
JAnnotationWriter<javax.xml.bind.annotation.XmlSeeAlso>
public interface XmlSeeAlsoWriter extends JAnnotationWriter<javax.xml.bind.annotation.XmlSeeAlso>
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlSeeAlsoWriter
value(JType value)
XmlSeeAlsoWriter
value(java.lang.Class value)
-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
value
XmlSeeAlsoWriter value(java.lang.Class value)
-
value
XmlSeeAlsoWriter value(JType value)
-
-