[MCOMPILER-570] Javadoc: Add link to javac references from JDK17 (original) (raw)
Details
- Type:
Improvement
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: None
- Fix Version/s: 3.13.0
- Labels:
None
Description
Similar to what was done in MJAVADOC-729 all plugin parameters which are more or less passed as is to the underlying javac tool should have a link in their javadoc to the according Oracle documentation for javac from JDK17 (https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html).
Although it depends a bit on the underlying compiler being used, the most common combination is with https://codehaus-plexus.github.io/plexus-compiler/plexus-compilers/plexus-compiler-javac/ which either calls javac via commandline or via com.sun.tools.javac.Main which share the same semantics for the arguments.
Attachments
Issue Links
relates to
MJAVADOC-729 Link to Javadoc references from JDK 17
- Closed
links to