< prev index next >

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

Print this page

        

@@ -31,11 +31,11 @@
 
 /*
  * @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
+ * @modules jdk.jdeps/com.sun.tools.classfile
  */
 public class NoTargetAnnotations {
 
     public static void main(String[] args) throws Exception {
         new NoTargetAnnotations().run();
< prev index next >