#1436 Add since tag to new API elements

This commit is contained in:
Filip Hrisafov 2018-04-22 16:33:14 +02:00
parent 2f44bab9c9
commit 47ffb04106
2 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,8 @@ public @interface Mapping {
*
* @return An expression specifying a defaultValue for the designated target property if the designated source
* property is null
*
* @since 1.3
*/
String defaultExpression() default "";

View File

@ -154,6 +154,8 @@ public @interface Mapping {
*
* @return An expression specifying a defaultValue for the designated target property if the designated source
* property is null
*
* @since 1.3
*/
String defaultExpression() default "";