mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix Typo Mappper in SubclassMapping Doc
This commit is contained in:
parent
04deac2b3a
commit
2af291ce2f
@ -68,4 +68,5 @@ Timo Eckhardt - https://github.com/timoe
|
|||||||
Tomek Gubala - https://github.com/vgtworld
|
Tomek Gubala - https://github.com/vgtworld
|
||||||
Valentin Kulesh - https://github.com/unshare
|
Valentin Kulesh - https://github.com/unshare
|
||||||
Vincent Alexander Beelte - https://github.com/grandmasterpixel
|
Vincent Alexander Beelte - https://github.com/grandmasterpixel
|
||||||
|
Winter Andreas - https://github.dev/wandi34
|
||||||
Xiu Hong Kooi - https://github.com/kooixh
|
Xiu Hong Kooi - https://github.com/kooixh
|
||||||
|
@ -49,7 +49,7 @@ import org.mapstruct.util.Experimental;
|
|||||||
* }
|
* }
|
||||||
* </code></pre>
|
* </code></pre>
|
||||||
* <strong>Example 2:</strong> For parents that can be created. (e.g. normal classes or interfaces with
|
* <strong>Example 2:</strong> For parents that can be created. (e.g. normal classes or interfaces with
|
||||||
* @Mappper( uses = ObjectFactory.class ) )
|
* @Mapper( uses = ObjectFactory.class ) )
|
||||||
* <pre><code class='java'>
|
* <pre><code class='java'>
|
||||||
* // generates
|
* // generates
|
||||||
* @Override
|
* @Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user