langtools/test/tools/javac/T6695379/AnnotationsAreNotCopiedToBridgeMethodsTest.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6695379
    26  * @bug 6695379
    27  * @summary Copy method annotations and parameter annotations to synthetic
    27  * @summary Copy method annotations and parameter annotations to synthetic
    28  * bridge methods
    28  * bridge methods
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  *          jdk.compiler/com.sun.tools.javac.util
    30  *          jdk.compiler/com.sun.tools.javac.util
    31  * @run main AnnotationsAreNotCopiedToBridgeMethodsTest
    31  * @run main AnnotationsAreNotCopiedToBridgeMethodsTest
    32  */
    32  */
    33 
    33 
    34 import java.lang.annotation.ElementType;
    34 import java.lang.annotation.ElementType;