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 Sjaak Derksen
parent 33710584d3
commit 9c33199a66

View File

@ -1344,7 +1344,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: