package-info.java revision 14932:2489316c9e36
1167802Sjkim/*
2167802Sjkim * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
3167802Sjkim * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4167802Sjkim *
5167802Sjkim * This code is free software; you can redistribute it and/or modify it
6167802Sjkim * under the terms of the GNU General Public License version 2 only, as
7217365Sjkim * published by the Free Software Foundation.  Oracle designates this
8306536Sjkim * particular file as subject to the "Classpath" exception as provided
9167802Sjkim * by Oracle in the LICENSE file that accompanied this code.
10167802Sjkim *
11217365Sjkim * This code is distributed in the hope that it will be useful, but WITHOUT
12217365Sjkim * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13217365Sjkim * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14217365Sjkim * version 2 for more details (a copy is included in the LICENSE file that
15217365Sjkim * accompanied this code).
16217365Sjkim *
17217365Sjkim * You should have received a copy of the GNU General Public License version
18217365Sjkim * 2 along with this work; if not, write to the Free Software Foundation,
19217365Sjkim * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20217365Sjkim *
21217365Sjkim * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22217365Sjkim * or visit www.oracle.com if you need additional information or have any
23217365Sjkim * questions.
24217365Sjkim */
25167802Sjkim
26217365Sjkim/**
27217365Sjkim * The classes and interfaces in this package have been deprecated. New
28217365Sjkim * classes should not be added to this package. The {@code java.security}
29167802Sjkim * package contains suitable replacements. See {@link java.security.Policy}
30217365Sjkim * and related classes for details. This package is subject to removal in a
31217365Sjkim * future version of Java SE.
32217365Sjkim *
33217365Sjkim * @since 1.1
34217365Sjkim */
35217365Sjkimpackage java.security.acl;
36217365Sjkim