< prev index next >

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

Print this page

        

@@ -30,11 +30,11 @@
 
 /*
  * @test
  * @bug 6843077 8006775
  * @summary Qualified inner type annotation accessible to the class.
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  */
 
 @Scopes.UniqueInner
 public class Scopes<T extends @Scopes.UniqueInner Object> extends ClassfileTestHelper{
     public static void main(String[] args) throws Exception {
< prev index next >