We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c338fa commit 1bf6987Copy full SHA for 1bf6987
core/src/main/java/org/mapstruct/Named.java
@@ -14,7 +14,7 @@
14
* Marks mapping methods with the given qualifier name. Can be used to qualify a single method or all methods of a given
15
* type by specifying this annotation on the type level.
16
* <p>
17
- * 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
18
* or the key/value of a map type.
19
20
* Example (both methods of {@code Titles} are capable to convert a string, but the ambiguity is resolved by applying
0 commit comments