src/share/jaxws_classes/javax/xml/bind/ParseConversionEvent.java

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


  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package javax.xml.bind;
  27 
  28 /**
  29  * This event indicates that a problem was encountered while converting a
  30  * string from the XML data into a value of the target Java data type.
  31  *
  32  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  33  * @see ValidationEvent
  34  * @see ValidationEventHandler
  35  * @see Unmarshaller
  36  * @since JAXB1.0
  37  */
  38 public interface ParseConversionEvent extends ValidationEvent {
  39 
  40 }


  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package javax.xml.bind;
  27 
  28 /**
  29  * This event indicates that a problem was encountered while converting a
  30  * string from the XML data into a value of the target Java data type.
  31  *
  32  * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul>
  33  * @see ValidationEvent
  34  * @see ValidationEventHandler
  35  * @see Unmarshaller
  36  * @since 1.6, JAXB 1.0
  37  */
  38 public interface ParseConversionEvent extends ValidationEvent {
  39 
  40 }