提交 7d42f784 编写于 作者: R Robert Sandell

Some javadoc for getXStream

上级 b183d967
......@@ -1471,6 +1471,13 @@ public class Fingerprint implements ModelObject, Saveable {
private static final XStream2 XSTREAM = new XStream2();
/**
* Provides the XStream instance this class is using for serialization.
*
* @return the XStream instance
* @since FIXME
*/
@Nonnull
public static XStream2 getXStream() {
return XSTREAM;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册