package-info.java revision 953:221a84ef44c0
1156230Smux/*
2156230Smux * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3156230Smux * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4156230Smux *
5156230Smux * This code is free software; you can redistribute it and/or modify it
6156230Smux * under the terms of the GNU General Public License version 2 only, as
7156230Smux * published by the Free Software Foundation.  Oracle designates this
8156230Smux * particular file as subject to the "Classpath" exception as provided
9156230Smux * by Oracle in the LICENSE file that accompanied this code.
10156230Smux *
11156230Smux * This code is distributed in the hope that it will be useful, but WITHOUT
12156230Smux * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13156230Smux * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14156230Smux * version 2 for more details (a copy is included in the LICENSE file that
15156230Smux * accompanied this code).
16156230Smux *
17156230Smux * You should have received a copy of the GNU General Public License version
18156230Smux * 2 along with this work; if not, write to the Free Software Foundation,
19156230Smux * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20156230Smux *
21156230Smux * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22156230Smux * or visit www.oracle.com if you need additional information or have any
23156230Smux * questions.
24156230Smux */
25156230Smux
26156230Smuxpackage jdk.nashorn.internal.objects;
27156230Smux
28156230Smux/**
29156230Smux * Classes from this package should never be directly referred from
30156230Smux * Nashorn runtime code. These classes can be referred by nasgen though.
31156230Smux * Runtime code should use (or extend) GlobalObject interface to access
32156230Smux * Global object.
33156230Smux */
34156230Smux