< prev index next >

src/jdk.rmic/share/classes/module-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,43 **** * questions. */ /** * Defines the <em>{@index rmic rmic}</em> compiler for generating stubs and ! * skeletons using the Java Remote Method Protocol (JRMP) and ! * stubs and tie class files (IIOP protocol) for remote objects. * * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> * <dt class="simpleTagLabel">Tool Guides: * <dd>{@extLink rmic_tool_reference rmic} * </dl> * * @moduleGraph * @since 9 */ module jdk.rmic { - requires java.corba; requires jdk.compiler; requires jdk.javadoc; } --- 23,41 ---- * questions. */ /** * Defines the <em>{@index rmic rmic}</em> compiler for generating stubs and ! * skeletons using the Java Remote Method Protocol (JRMP) for remote objects. * * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> * <dt class="simpleTagLabel">Tool Guides: * <dd>{@extLink rmic_tool_reference rmic} * </dl> * * @moduleGraph * @since 9 */ module jdk.rmic { requires jdk.compiler; requires jdk.javadoc; }
< prev index next >