mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1436 Add since tag to new API elements
This commit is contained in:
parent
2f44bab9c9
commit
47ffb04106
@ -156,6 +156,8 @@ public @interface Mapping {
|
|||||||
*
|
*
|
||||||
* @return An expression specifying a defaultValue for the designated target property if the designated source
|
* @return An expression specifying a defaultValue for the designated target property if the designated source
|
||||||
* property is null
|
* property is null
|
||||||
|
*
|
||||||
|
* @since 1.3
|
||||||
*/
|
*/
|
||||||
String defaultExpression() default "";
|
String defaultExpression() default "";
|
||||||
|
|
||||||
|
@ -154,6 +154,8 @@ public @interface Mapping {
|
|||||||
*
|
*
|
||||||
* @return An expression specifying a defaultValue for the designated target property if the designated source
|
* @return An expression specifying a defaultValue for the designated target property if the designated source
|
||||||
* property is null
|
* property is null
|
||||||
|
*
|
||||||
|
* @since 1.3
|
||||||
*/
|
*/
|
||||||
String defaultExpression() default "";
|
String defaultExpression() default "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user