< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8008762.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8008762 * @summary Type annotation on inner class in anonymous class * shows up as regular annotation ! * @modules jdk.compiler/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*; --- 24,34 ---- /* * @test * @bug 8008762 * @summary Type annotation on inner class in anonymous class * shows up as regular annotation ! * @modules jdk.jdeps/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*;
< prev index next >