< prev index next >

langtools/test/tools/javap/typeAnnotations/Presence.java

Print this page

        

*** 28,38 **** /* * @test Presence * @bug 6843077 * @summary test that all type annotations are present in the classfile ! * @modules jdk.compiler/com.sun.tools.classfile */ public class Presence { public static void main(String[] args) throws Exception { new Presence().run(); --- 28,38 ---- /* * @test Presence * @bug 6843077 * @summary test that all type annotations are present in the classfile ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class Presence { public static void main(String[] args) throws Exception { new Presence().run();
< prev index next >