module-info.java revision 3822:d8766c39123a
1145519Sdarrenr/*
2145510Sdarrenr * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3145510Sdarrenr * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4170268Sdarrenr *
5145510Sdarrenr * This code is free software; you can redistribute it and/or modify it
6145510Sdarrenr * under the terms of the GNU General Public License version 2 only, as
7145510Sdarrenr * published by the Free Software Foundation.
8170268Sdarrenr *
9145510Sdarrenr * This code is distributed in the hope that it will be useful, but WITHOUT
10145510Sdarrenr * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11145510Sdarrenr * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12145510Sdarrenr * version 2 for more details (a copy is included in the LICENSE file that
13145510Sdarrenr * accompanied this code).
14145510Sdarrenr *
15145510Sdarrenr * You should have received a copy of the GNU General Public License version
16145510Sdarrenr * 2 along with this work; if not, write to the Free Software Foundation,
17145510Sdarrenr * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18145510Sdarrenr *
19145510Sdarrenr * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20145510Sdarrenr * or visit www.oracle.com if you need additional information or have any
21145510Sdarrenr * questions.
22145510Sdarrenr */
23145510Sdarrenr
24145510Sdarrenrmodule m {
25145510Sdarrenr     exports api to does.not.exist;
26145510Sdarrenr}
27145510Sdarrenr