You need to sign in or sign up before continuing.
Unverified Commit 09a4e905 authored by Thibault Vallin's avatar Thibault Vallin Committed by GitHub
Browse files

Rename package from javax to jakarta (#125)


* Rename package from javax to jakarta
Signed-off-by: default avatartvallin <thibault.vallin@oracle.com>
parent 53e61ae7
No related merge requests found
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* This exception indicates that an error has occurred while performing * This exception indicates that an error has occurred while performing
......
/* /*
* Copyright (c) 2003, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
import javax.xml.bind.annotation.adapters.XmlAdapter; import jakarta.xml.bind.annotation.adapters.XmlAdapter;
import javax.xml.bind.attachment.AttachmentUnmarshaller; import jakarta.xml.bind.attachment.AttachmentUnmarshaller;
import javax.xml.validation.Schema; import javax.xml.validation.Schema;
import java.io.Reader; import java.io.Reader;
...@@ -323,7 +323,7 @@ import java.io.Reader; ...@@ -323,7 +323,7 @@ import java.io.Reader;
* than in JAXB 1.0. When schema-derived code generated * than in JAXB 1.0. When schema-derived code generated
* by JAXB 1.0 binding compiler is registered with {@link JAXBContext}, * by JAXB 1.0 binding compiler is registered with {@link JAXBContext},
* the default unmarshal validation handler is * the default unmarshal validation handler is
* {@link javax.xml.bind.helpers.DefaultValidationEventHandler} and it * {@link jakarta.xml.bind.helpers.DefaultValidationEventHandler} and it
* terminates the marshal operation after encountering either a fatal error or an error. * terminates the marshal operation after encountering either a fatal error or an error.
* For a JAXB 2.0 client application, there is no explicitly defined default * For a JAXB 2.0 client application, there is no explicitly defined default
* validation handler and the default event handling only * validation handler and the default event handling only
...@@ -992,7 +992,7 @@ public interface Unmarshaller { ...@@ -992,7 +992,7 @@ public interface Unmarshaller {
* Every unmarshaller internally maintains a * Every unmarshaller internally maintains a
* {@link java.util.Map}&lt;{@link Class},{@link XmlAdapter}&gt;, * {@link java.util.Map}&lt;{@link Class},{@link XmlAdapter}&gt;,
* which it uses for unmarshalling classes whose fields/methods are annotated * which it uses for unmarshalling classes whose fields/methods are annotated
* with {@link javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter}. * with {@link jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter}.
* *
* <p> * <p>
* This method allows applications to use a configured instance of {@link XmlAdapter}. * This method allows applications to use a configured instance of {@link XmlAdapter}.
...@@ -1001,7 +1001,7 @@ public interface Unmarshaller { ...@@ -1001,7 +1001,7 @@ public interface Unmarshaller {
* *
* @param type * @param type
* The type of the adapter. The specified instance will be used when * The type of the adapter. The specified instance will be used when
* {@link javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter#value()} * {@link jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter#value()}
* refers to this type. * refers to this type.
* @param adapter * @param adapter
* The instance of the adapter to be used. If null, it will un-register * The instance of the adapter to be used. If null, it will un-register
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
import org.xml.sax.ContentHandler; import org.xml.sax.ContentHandler;
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* This event indicates that a problem was encountered while validating the * This event indicates that a problem was encountered while validating the
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* A basic event handler interface for validation errors. * A basic event handler interface for validation errors.
...@@ -51,7 +51,7 @@ package javax.xml.bind; ...@@ -51,7 +51,7 @@ package javax.xml.bind;
* @see Validator * @see Validator
* @see Marshaller * @see Marshaller
* @see ValidationEvent * @see ValidationEvent
* @see javax.xml.bind.util.ValidationEventCollector * @see jakarta.xml.bind.util.ValidationEventCollector
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
*/ */
public interface ValidationEventHandler { public interface ValidationEventHandler {
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* Encapsulate the location of a ValidationEvent. * Encapsulate the location of a ValidationEvent.
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* This exception indicates that an error has occurred while performing * This exception indicates that an error has occurred while performing
......
/* /*
* Copyright (c) 2003, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* As of JAXB 2.0, this class is deprecated and optional. * As of JAXB 2.0, this class is deprecated and optional.
...@@ -94,7 +94,7 @@ package javax.xml.bind; ...@@ -94,7 +94,7 @@ package javax.xml.bind;
* {@code Validator}. * {@code Validator}.
* </dd> * </dd>
* *
* <dt>Use the {@link javax.xml.bind.util.ValidationEventCollector ValidationEventCollector} * <dt>Use the {@link jakarta.xml.bind.util.ValidationEventCollector ValidationEventCollector}
* utility</dt> * utility</dt>
* <dd>For convenience, a specialized event handler is provided that * <dd>For convenience, a specialized event handler is provided that
* simply collects any {@code ValidationEvent} objects created * simply collects any {@code ValidationEvent} objects created
...@@ -138,7 +138,7 @@ package javax.xml.bind; ...@@ -138,7 +138,7 @@ package javax.xml.bind;
* @see Unmarshaller * @see Unmarshaller
* @see ValidationEventHandler * @see ValidationEventHandler
* @see ValidationEvent * @see ValidationEvent
* @see javax.xml.bind.util.ValidationEventCollector * @see jakarta.xml.bind.util.ValidationEventCollector
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
* @deprecated since JAXB 2.0 * @deprecated since JAXB 2.0
*/ */
......
/* /*
* Copyright (c) 2007, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind; package jakarta.xml.bind;
/** /**
* Processes white space normalization. * Processes white space normalization.
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.bind.ValidationEventHandler; import jakarta.xml.bind.ValidationEventHandler;
import javax.xml.transform.Result; import javax.xml.transform.Result;
import javax.xml.transform.Source; import javax.xml.transform.Source;
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.w3c.dom.DocumentFragment; import org.w3c.dom.DocumentFragment;
import org.w3c.dom.Element; import org.w3c.dom.Element;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import javax.xml.bind.ValidationEventHandler; import jakarta.xml.bind.ValidationEventHandler;
import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilder;
import javax.xml.transform.Source; import javax.xml.transform.Source;
import javax.xml.transform.dom.DOMResult; import javax.xml.transform.dom.DOMResult;
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
/** /**
* Used by XmlAccessorOrder to control the ordering of properties and * Used by XmlAccessorOrder to control the ordering of properties and
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Inherited; import java.lang.annotation.Inherited;
...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* <li> a top level class </li> * <li> a top level class </li>
* </ul> * </ul>
* *
* <p> See "Package Specification" in {@code javax.xml.bind} package javadoc for * <p> See "Package Specification" in {@code jakarta.xml.bind} package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* <p>The effective {@link XmlAccessOrder} on a class is determined * <p>The effective {@link XmlAccessOrder} on a class is determined
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Inherited; import java.lang.annotation.Inherited;
...@@ -30,7 +30,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -30,7 +30,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* <li> a top level class </li> * <li> a top level class </li>
* </ul> * </ul>
* *
* <p> See "Package Specification" in javax.xml.bind.package javadoc for * <p> See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* <p>This annotation provides control over the default serialization * <p>This annotation provides control over the default serialization
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.namespace.QName; import javax.xml.namespace.QName;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
...@@ -32,7 +32,7 @@ import static java.lang.annotation.ElementType.METHOD; ...@@ -32,7 +32,7 @@ import static java.lang.annotation.ElementType.METHOD;
* <li> non static, non transient field </li> * <li> non static, non transient field </li>
* </ul> * </ul>
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* The usage is subject to the following constraints: * The usage is subject to the following constraints:
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import org.w3c.dom.Element; import org.w3c.dom.Element;
import javax.xml.bind.JAXBContext; import jakarta.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement; import jakarta.xml.bind.JAXBElement;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.util.List; import java.util.List;
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.activation.DataHandler; import javax.activation.DataHandler;
import static java.lang.annotation.ElementType.*; import static java.lang.annotation.ElementType.*;
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Target; import java.lang.annotation.Target;
...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* *
* <p> A static final field is mapped to a XML fixed attribute. * <p> A static final field is mapped to a XML fixed attribute.
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* The usage is subject to the following constraints: * The usage is subject to the following constraints:
...@@ -63,7 +63,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -63,7 +63,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* {@link XmlAttachmentRef}, * {@link XmlAttachmentRef},
* {@link XmlMimeType}, * {@link XmlMimeType},
* {@link XmlInlineBinaryData}, * {@link XmlInlineBinaryData},
* {@link javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter}.</li> * {@link jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter}.</li>
* </ul> * </ul>
* *
* <p> <b>Example 1: </b>Map a JavaBean property to an XML attribute.</p> * <p> <b>Example 1: </b>Map a JavaBean property to an XML attribute.</p>
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import java.lang.annotation.Target; import java.lang.annotation.Target;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment