blob: 60a13d964ccf35d3398d166c468eba97d4a73a44 [file] [log] [blame]
/*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* <B>JAXB Provider Use Only:</b> Provides partial default implementations for
* some of the <code>javax.xml.bind</code> interfaces.
*
* <p>
* JAXB Providers can extend these classes and implement the abstract
* methods.
*
* <h2>Package Specification</h2>
*
* <ul>
* <li><a href="http://jcp.org/en/jsr/detail?id=222">JAXB Specification</a>
* </ul>
*
* <h2>Related Documentation</h2>
* <p>
* For overviews, tutorials, examples, guides, and tool documentation,
* please see:
* <ul>
* <li>The <a href="https://projects.eclipse.org/projects/ee4j.jaxb">JAXB Website</a>
* </ul>
*
* @see <a href="https://projects.eclipse.org/projects/ee4j.jaxb">JAXB Website</a>
*/
package javax.xml.bind.helpers;