mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1333 Add since tags for unmappedSourcePolicy()
This commit is contained in:
parent
3df399f693
commit
e4839fce5d
@ -60,6 +60,8 @@ public @interface Mapper {
|
||||
* configuration set by {@link #config() }
|
||||
*
|
||||
* @return The reporting policy for unmapped source properties.
|
||||
*
|
||||
* @since 1.3
|
||||
*/
|
||||
ReportingPolicy unmappedSourcePolicy() default ReportingPolicy.IGNORE;
|
||||
|
||||
|
@ -62,6 +62,8 @@ public @interface MapperConfig {
|
||||
* reported.
|
||||
*
|
||||
* @return The reporting policy for unmapped source properties.
|
||||
*
|
||||
* @since 1.3
|
||||
*/
|
||||
ReportingPolicy unmappedSourcePolicy() default ReportingPolicy.IGNORE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user