src/share/jaxws_classes/javax/xml/soap/DetailEntry.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 28,36 **** --- 28,38 ---- /** * The content for a <code>Detail</code> object, giving details for * a <code>SOAPFault</code> object. A <code>DetailEntry</code> object, * which carries information about errors related to the <code>SOAPBody</code> * object that contains it, is application-specific. + * + * @since 1.6 */ public interface DetailEntry extends SOAPElement { }