Skip to content

Commit 76b9e87

Browse files
authored
Add note about versions to module-info documentation for v5
Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent f929747 commit 76b9e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java-compiler-testing/src/main/java/module-info.java

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* A framework for performing exhaustive integration testing against Java compilers in modern Java
2222
* libraries, with a focus on full JPMS support.
2323
*
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+
*
2427
* <p>The <em>Java Compiler Testing</em> API has a number of facilities for assisting in testing
2528
* anything related to the Java compiler. This includes Javac plugins and JSR-199 annotation
2629
* processors.

0 commit comments

Comments
 (0)