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