mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
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:
parent
33710584d3
commit
9c33199a66
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user