mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8248428: Cleanup pass on javax.lang.model docs
Reviewed-by: jjg
This commit is contained in:
parent
a0a0539b0d
commit
bdab5a0a3a
15 changed files with 72 additions and 41 deletions
|
@ -164,7 +164,7 @@ public interface Filer {
|
|||
* An implementation may use information about the configuration of
|
||||
* the annotation processing tool as part of the inference.
|
||||
*
|
||||
* <p>Creating a source file in or for an unnamed package in a named
|
||||
* <p>Creating a source file in or for an <em>unnamed</em> package in a <em>named</em>
|
||||
* module is <em>not</em> supported.
|
||||
*
|
||||
* @apiNote To use a particular {@linkplain
|
||||
|
@ -240,7 +240,7 @@ public interface Filer {
|
|||
* An implementation may use information about the configuration of
|
||||
* the annotation processing tool as part of the inference.
|
||||
*
|
||||
* <p>Creating a class file in or for an unnamed package in a named
|
||||
* <p>Creating a class file in or for an <em>unnamed</em> package in a <em>named</em>
|
||||
* module is <em>not</em> supported.
|
||||
*
|
||||
* @apiNote To avoid subsequent errors, the contents of the class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue