rt/emul/mini/src/main/java/java/lang/package-info.java
author Lubomir Nerad <lubomir.nerad@oracle.com>
Mon, 15 Apr 2013 15:30:53 +0200
branchclosure
changeset 988 c2386b2f53d0
permissions -rw-r--r--
Fixed static calculator full obfuscation after introduction o Exported annotation
lubomir@988
     1
/**
lubomir@988
     2
 * Back 2 Browser Bytecode Translator
lubomir@988
     3
 * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
lubomir@988
     4
 *
lubomir@988
     5
 * This program is free software: you can redistribute it and/or modify
lubomir@988
     6
 * it under the terms of the GNU General Public License as published by
lubomir@988
     7
 * the Free Software Foundation, version 2 of the License.
lubomir@988
     8
 *
lubomir@988
     9
 * This program is distributed in the hope that it will be useful,
lubomir@988
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
lubomir@988
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
lubomir@988
    12
 * GNU General Public License for more details.
lubomir@988
    13
 *
lubomir@988
    14
 * You should have received a copy of the GNU General Public License
lubomir@988
    15
 * along with this program. Look for COPYING file in the top folder.
lubomir@988
    16
 * If not, see http://opensource.org/licenses/GPL-2.0.
lubomir@988
    17
 */
lubomir@988
    18
@Exported
lubomir@988
    19
package java.lang;
lubomir@988
    20
lubomir@988
    21
import org.apidesign.bck2brwsr.core.Exported;