8146726: Improve AbstractProcessor to issue warnings for repeated information

Reviewed-by: jjg, smarks, serb, igerasim
This commit is contained in:
Joe Darcy 2019-05-01 16:47:26 -07:00
parent 05a9f3541b
commit 75471b411d
5 changed files with 104 additions and 13 deletions

View file

@ -252,7 +252,7 @@ public interface Processor {
* "/"} character. For example, if a processor supports {@code
* "a.B"}, this can include multiple annotation types named {@code
* a.B} which reside in different modules. To only support {@code
* a.B} in the {@code Foo} module, instead use {@code "Foo/a.B"}.
* a.B} in the {@code foo} module, instead use {@code "foo/a.B"}.
*
* If a module name is included, only an annotation in that module
* is matched. In particular, if a module name is given in an