< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/CycleRecoverable.java

Print this page

        

*** 53,63 **** * This object is provided by the JAXB RI to inform * the object about the marshalling process that's going on. * * * @return ! * the object to be marshalled instead of <tt>this</tt> object. * Or return null to indicate that the JAXB RI should behave * just like when your object does not implement {@link CycleRecoverable} * (IOW, cut the cycle arbitrarily and try to go on.) */ Object onCycleDetected(Context context); --- 53,63 ---- * This object is provided by the JAXB RI to inform * the object about the marshalling process that's going on. * * * @return ! * the object to be marshalled instead of {@code this} object. * Or return null to indicate that the JAXB RI should behave * just like when your object does not implement {@link CycleRecoverable} * (IOW, cut the cycle arbitrarily and try to go on.) */ Object onCycleDetected(Context context);
< prev index next >