We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f929747 commit 76b9e87Copy full SHA for 76b9e87
java-compiler-testing/src/main/java/module-info.java
@@ -21,6 +21,9 @@
21
* A framework for performing exhaustive integration testing against Java compilers in modern Java
22
* libraries, with a focus on full JPMS support.
23
*
24
+ * <p><strong>For Java 11 support, please use version 4 of this library, which is still kept up to date.
25
+ * Version 5 of this library only supports Java 17 onwards.</strong>
26
+ *
27
* <p>The <em>Java Compiler Testing</em> API has a number of facilities for assisting in testing
28
* anything related to the Java compiler. This includes Javac plugins and JSR-199 annotation
29
* processors.
0 commit comments