mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8159855: Create an SPI for tools
Reviewed-by: mchung
This commit is contained in:
parent
4735558138
commit
6fef223c3f
15 changed files with 444 additions and 19 deletions
|
@ -70,6 +70,9 @@ module jdk.compiler {
|
|||
uses com.sun.source.util.Plugin;
|
||||
uses com.sun.tools.javac.platform.PlatformProvider;
|
||||
|
||||
provides java.util.spi.ToolProvider
|
||||
with com.sun.tools.javac.main.JavacToolProvider;
|
||||
|
||||
provides com.sun.tools.javac.platform.PlatformProvider
|
||||
with com.sun.tools.javac.platform.JDKPlatformProvider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue