mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Update one typo in JavaDoc (#2938)
This commit is contained in:
parent
d3b4a168b7
commit
970984785d
@ -287,7 +287,7 @@ public @interface Mapping {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the property specified via {@link #target()} should be ignored by the generated mapping method or not.
|
* Whether the property specified via {@link #target()} should be ignored by the generated mapping method or not.
|
||||||
* This can be useful when certain attributes should not be propagated from source or target or when properties in
|
* This can be useful when certain attributes should not be propagated from source to target or when properties in
|
||||||
* the target object are populated using a decorator and thus would be reported as unmapped target property by
|
* the target object are populated using a decorator and thus would be reported as unmapped target property by
|
||||||
* default.
|
* default.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user