Interface XmlSeeAlsoWriter
-
- All Superinterfaces:
JAnnotationWriter<XmlSeeAlso>
public interface XmlSeeAlsoWriter extends JAnnotationWriter<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(Class value)
-
Methods inherited from interface com.sun.codemodel.JAnnotationWriter
getAnnotationType, getAnnotationUse
-
-
-
-
Method Detail
-
value
XmlSeeAlsoWriter value(Class value)
-
value
XmlSeeAlsoWriter value(JType value)
-
-