lubomir@988: /** lubomir@988: * Back 2 Browser Bytecode Translator lubomir@988: * Copyright (C) 2012 Jaroslav Tulach lubomir@988: * lubomir@988: * This program is free software: you can redistribute it and/or modify lubomir@988: * it under the terms of the GNU General Public License as published by lubomir@988: * the Free Software Foundation, version 2 of the License. lubomir@988: * lubomir@988: * This program is distributed in the hope that it will be useful, lubomir@988: * but WITHOUT ANY WARRANTY; without even the implied warranty of lubomir@988: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the lubomir@988: * GNU General Public License for more details. lubomir@988: * lubomir@988: * You should have received a copy of the GNU General Public License lubomir@988: * along with this program. Look for COPYING file in the top folder. lubomir@988: * If not, see http://opensource.org/licenses/GPL-2.0. lubomir@988: */ lubomir@988: @Exported lubomir@988: package java.util; lubomir@988: lubomir@988: import org.apidesign.bck2brwsr.core.Exported;