Improve terms in qualifier docs (#1814)

This sentence is talking about `@Target`, not `@Retention`.
Also, let's use 'type' instead of 'class' to line up with `ElementType.TYPE`.
This commit is contained in:
Matt Drees 2019-05-25 03:34:30 -06:00 committed by Filip Hrisafov
parent 211c627c25
commit 28b4e9ed45

View File

@ -1329,7 +1329,7 @@ public @interface GermanToEnglish {
----
====
Please take note of the retention `TitleTranslator` on class level, `EnglishToGerman`, `GermanToEnglish` on method level!
Please take note of the target `TitleTranslator` on type level, `EnglishToGerman`, `GermanToEnglish` on method level!
Then, using the qualifiers, the mapping could look like this: