module-info.java revision 3740:d3dde3f775b8
139088Srnordier/*
239088Srnordier * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
339088Srnordier * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
439088Srnordier *
539088Srnordier * This code is free software; you can redistribute it and/or modify it
639088Srnordier * under the terms of the GNU General Public License version 2 only, as
739088Srnordier * published by the Free Software Foundation.
839088Srnordier *
939088Srnordier * This code is distributed in the hope that it will be useful, but WITHOUT
1039088Srnordier * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1139088Srnordier * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1239088Srnordier * version 2 for more details (a copy is included in the LICENSE file that
1339088Srnordier * accompanied this code).
1439088Srnordier *
1539088Srnordier * You should have received a copy of the GNU General Public License version
1650477Speter * 2 along with this work; if not, write to the Free Software Foundation,
1739088Srnordier * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1839088Srnordier *
1939088Srnordier * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2039088Srnordier * or visit www.oracle.com if you need additional information or have any
2139088Srnordier * questions.
2239088Srnordier */
2339088Srnordier
2439088Srnordiermodule api {
2539088Srnordier    exports api;
2639088Srnordier}
2739088Srnordier