langtools/test/tools/javap/typeAnnotations/Presence.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    28 
    28 
    29 /*
    29 /*
    30  * @test Presence
    30  * @test Presence
    31  * @bug 6843077
    31  * @bug 6843077
    32  * @summary test that all type annotations are present in the classfile
    32  * @summary test that all type annotations are present in the classfile
    33  * @modules jdk.compiler/com.sun.tools.classfile
    33  * @modules jdk.jdeps/com.sun.tools.classfile
    34  */
    34  */
    35 
    35 
    36 public class Presence {
    36 public class Presence {
    37     public static void main(String[] args) throws Exception {
    37     public static void main(String[] args) throws Exception {
    38         new Presence().run();
    38         new Presence().run();