module-info.java revision 3875:f94e974fe589
11195Srgrimes/*
25948Sjkh * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
337Srgrimes * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
437Srgrimes *
537Srgrimes * This code is free software; you can redistribute it and/or modify it
6147Srgrimes * under the terms of the GNU General Public License version 2 only, as
7147Srgrimes * published by the Free Software Foundation.
85356Sache *
93017Srgrimes * This code is distributed in the hope that it will be useful, but WITHOUT
104712Sphk * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
114884Sdg * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
124884Sdg * version 2 for more details (a copy is included in the LICENSE file that
135356Sache * accompanied this code).
141734Sjkh *
151734Sjkh * You should have received a copy of the GNU General Public License version
1637Srgrimes * 2 along with this work; if not, write to the Free Software Foundation,
1737Srgrimes * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1837Srgrimes *
1937Srgrimes * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
201773Sjkh * or visit www.oracle.com if you need additional information or have any
21147Srgrimes * questions.
22147Srgrimes */
232779Srgrimes
242779Srgrimesmodule apia {
252779Srgrimes    exports api1;
261767Sjkh}
272570Srgrimes