< prev index next >

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

Print this page

        

*** 31,41 **** /* * @test NoTargetAnnotations * @summary test that annotations with no Target meta type is emitted * only once as declaration annotation ! * @modules jdk.compiler/com.sun.tools.classfile */ public class NoTargetAnnotations { public static void main(String[] args) throws Exception { new NoTargetAnnotations().run(); --- 31,41 ---- /* * @test NoTargetAnnotations * @summary test that annotations with no Target meta type is emitted * only once as declaration annotation ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class NoTargetAnnotations { public static void main(String[] args) throws Exception { new NoTargetAnnotations().run();
< prev index next >