< prev index next >

test/jdk/javadoc/doclet/testModules/moduletags/module-info.java

Print this page

        

*** 22,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * This is a test description for the module1 module.<br> * Type Link: {@link testpkgmdltags.TestClassInModuleTags}.<br> * Member Link: {@link testpkgmdltags.TestClassInModuleTags#testMethod(String)}.<br> * Package Link: {@link testpkgmdltags}.<br> * * @author Bhavesh Patel --- 22,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * This is a test description for the moduleA module.<br> * Type Link: {@link testpkgmdltags.TestClassInModuleTags}.<br> * Member Link: {@link testpkgmdltags.TestClassInModuleTags#testMethod(String)}.<br> * Package Link: {@link testpkgmdltags}.<br> * * @author Bhavesh Patel
*** 37,45 **** * @moduletag Just a simple module tag. * @version 1.0 */ @Deprecated module moduletags { ! requires module2; exports testpkgmdltags; } --- 37,45 ---- * @moduletag Just a simple module tag. * @version 1.0 */ @Deprecated module moduletags { ! requires moduleB; exports testpkgmdltags; }
< prev index next >