class Test { /** * This element was written by {@link Test#write(Object, XmlWriter)} * method. So read and write methods should be consistent. */ public void read(){} public void write(Object o, XmlWriter writer){} }