langtools/test/tools/javac/tree/NoPrivateTypesExported.java
changeset 30730 d3ce7619db2c
parent 25690 b1dac768ab79
child 33424 e6bd5406e2cf
--- a/langtools/test/tools/javac/tree/NoPrivateTypesExported.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/tree/NoPrivateTypesExported.java	Thu May 21 11:41:04 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,8 @@
  * @summary Ensuring javax.lang.model.**, javax.tools.**, javax.annotation.processing.**
  *          and com.sun.source.** don't export inappropriate types.
  * @library /tools/javac/lib
+ * @modules java.compiler
+ *          jdk.compiler
  * @build JavacTestingAbstractProcessor NoPrivateTypesExported
  * @compile -processor NoPrivateTypesExported NoPrivateTypesExported.java
  */