mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8162576: Missing doclint check missing for modules
Co-authored-by: Lance Andersen <lance.andersen@oracle.com> Reviewed-by: jjg, ksrini
This commit is contained in:
parent
f8ab3f84a4
commit
6c2a33a67b
10 changed files with 87 additions and 3 deletions
|
@ -23,6 +23,10 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
/** Defines the implementation of the
|
||||
* {@link javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
|
||||
* and its command line equivalent, <em>javac</em>, as well as <em>javah</em>.
|
||||
*/
|
||||
module jdk.compiler {
|
||||
requires public java.compiler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue