mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix typo in Named.java (#2500)
This commit is contained in:
parent
4c338fa1db
commit
1bf698785c
@ -14,7 +14,7 @@ import java.lang.annotation.Target;
|
|||||||
* Marks mapping methods with the given qualifier name. Can be used to qualify a single method or all methods of a given
|
* Marks mapping methods with the given qualifier name. Can be used to qualify a single method or all methods of a given
|
||||||
* type by specifying this annotation on the type level.
|
* type by specifying this annotation on the type level.
|
||||||
* <p>
|
* <p>
|
||||||
* Will be used to to select the correct mapping methods when mapping a bean property type, element of an iterable type
|
* Will be used to select the correct mapping methods when mapping a bean property type, element of an iterable type
|
||||||
* or the key/value of a map type.
|
* or the key/value of a map type.
|
||||||
* <p>
|
* <p>
|
||||||
* Example (both methods of {@code Titles} are capable to convert a string, but the ambiguity is resolved by applying
|
* Example (both methods of {@code Titles} are capable to convert a string, but the ambiguity is resolved by applying
|
||||||
|
Loading…
x
Reference in New Issue
Block a user