langtools/test/tools/javap/typeAnnotations/Wildcards.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    26 
    26 
    27 /*
    27 /*
    28  * @test Wildcards
    28  * @test Wildcards
    29  * @bug 6843077
    29  * @bug 6843077
    30  * @summary test that annotations target wildcards get emitted to classfile
    30  * @summary test that annotations target wildcards get emitted to classfile
    31  * @modules jdk.compiler/com.sun.tools.classfile
    31  * @modules jdk.jdeps/com.sun.tools.classfile
    32  */
    32  */
    33 public class Wildcards {
    33 public class Wildcards {
    34     public static void main(String[] args) throws Exception {
    34     public static void main(String[] args) throws Exception {
    35         new Wildcards().run();
    35         new Wildcards().run();
    36     }
    36     }