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