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