Integrated: 8280825: Modules that "provide" ToolProvider should document the name that can be used
Christian Stein
cstein at openjdk.java.net
Tue Feb 15 17:59:09 UTC 2022
On Wed, 9 Feb 2022 16:37:00 GMT, Christian Stein <cstein at openjdk.org> wrote:
> A number of modules declare that the "provide" ToolProvider.
>
> These modules now specify the "name" of the argument used by `ToolProvider.findFirst` to access an instance of the tool provider within the description part of a `@provides` API tag.
This pull request has now been integrated.
Changeset: 394ce5f9
Author: Christian Stein <cstein at openjdk.org>
Committer: Lance Andersen <lancea at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/394ce5f948c21b3861d76dd8db57957efa1df979
Stats: 27 lines in 6 files changed: 22 ins; 0 del; 5 mod
8280825: Modules that "provide" ToolProvider should document the name that can be used
Reviewed-by: jjg, lancea, alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/7406
More information about the compiler-dev
mailing list