< prev index next >

langtools/test/tools/javac/T6695379/AnnotationsAreNotCopiedToBridgeMethodsTest.java

Print this page

        

*** 24,34 **** /* * @test * @bug 6695379 * @summary Copy method annotations and parameter annotations to synthetic * bridge methods ! * @modules jdk.compiler/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.util * @run main AnnotationsAreNotCopiedToBridgeMethodsTest */ import java.lang.annotation.ElementType; --- 24,34 ---- /* * @test * @bug 6695379 * @summary Copy method annotations and parameter annotations to synthetic * bridge methods ! * @modules jdk.jdeps/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.util * @run main AnnotationsAreNotCopiedToBridgeMethodsTest */ import java.lang.annotation.ElementType;
< prev index next >