< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/annotation/XmlValue.java

Print this page

        

*** 32,47 **** /** * Specifies that the invocation of the method will produce a text * * <p> ! * The method signature has to match the form <tt>R foo(DT1,DT2,..)</tt> * * <p> ! * R is either <tt>void</tt> or the type to which the interface that declares * this method is assignable. In the case of the latter, the method will return ! * <tt>this</tt> object, allowing you to chain the multiple method * invocations like {@link StringBuffer}. * * <p> * DTi must be datatype objects. * --- 32,47 ---- /** * Specifies that the invocation of the method will produce a text * * <p> ! * The method signature has to match the form {@code R foo(DT1,DT2,..)} * * <p> ! * R is either {@code void} or the type to which the interface that declares * this method is assignable. In the case of the latter, the method will return ! * {@code this} object, allowing you to chain the multiple method * invocations like {@link StringBuffer}. * * <p> * DTi must be datatype objects. *
< prev index next >