com.sun.xml.ws.policy.privateutil.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webservices-rt Show documentation
Show all versions of webservices-rt Show documentation
This module contains the Metro runtime code.
/*
* Copyright (c) 1997, 2019 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
*/
/**
* This package contains utility classes that are not part of the public Policy API. None of the classes contained in this
* package should be used outside the Policy API implementation. The creators of the Policy API will not provide any support
* concerning usage of the classes in this package. I should be also clear that any method signatures, classes and interfaces
* may be changed or even removed without a prior notice.
*
* To put it simple: Do not use classes in this package, unless you are member of the WS policy implementation team!!!
*/
package com.sun.xml.ws.policy.privateutil;