< prev index next >

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

Print this page

        

*** 26,36 **** /* * @test Wildcards * @bug 6843077 * @summary test that annotations target wildcards get emitted to classfile ! * @modules jdk.compiler/com.sun.tools.classfile */ public class Wildcards { public static void main(String[] args) throws Exception { new Wildcards().run(); } --- 26,36 ---- /* * @test Wildcards * @bug 6843077 * @summary test that annotations target wildcards get emitted to classfile ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class Wildcards { public static void main(String[] args) throws Exception { new Wildcards().run(); }
< prev index next >