mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8170251: Add javax.tools.Tool.name()
Reviewed-by: darcy, mchung
This commit is contained in:
parent
7aff5df624
commit
e9ddc68f70
7 changed files with 152 additions and 0 deletions
|
@ -81,5 +81,8 @@ module jdk.compiler {
|
|||
|
||||
provides javax.tools.JavaCompiler
|
||||
with com.sun.tools.javac.api.JavacTool;
|
||||
|
||||
provides javax.tools.Tool
|
||||
with com.sun.tools.javac.api.JavacTool;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue