diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-19 13:25:23 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-19 13:30:32 +0700 |
commit | d3a06a6942b6f69ce9b5b4403d3c1cf1803cf01e (patch) | |
tree | 35420f483acf1c1f000d60f7fe924d6af893e68d /README.md | |
parent | efdcca01d9afa6a3c5e99fdc956f46f81644041b (diff) | |
download | aspectj-d3a06a6942b6f69ce9b5b4403d3c1cf1803cf01e.tar.gz aspectj-d3a06a6942b6f69ce9b5b4403d3c1cf1803cf01e.zip |
Docs: add AspectJ Java version compatibility table
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ Ensure you run this with a JDK - the more recent the better since some tests wil * [Getting started with AspectJ](https://www.eclipse.org/aspectj/doc/released/progguide/starting.html) * [Programming Guide](https://www.eclipse.org/aspectj/doc/released/progguide/index.html) * [READMEs for each version of AspectJ](docs/dist/doc) +* [AspectJ Java version compatibility](docs/dist/doc/JavaVersionCompatibility.md) ## Documentation for AspectJ developers |