Skip to content

Commit 47ffb04

Browse files
committed
mapstruct#1436 Add since tag to new API elements
1 parent 2f44bab commit 47ffb04

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

core-jdk8/src/main/java/org/mapstruct/Mapping.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
*
157157
* @return An expression specifying a defaultValue for the designated target property if the designated source
158158
* property is null
159+
*
160+
* @since 1.3
159161
*/
160162
String defaultExpression() default "";
161163

core/src/main/java/org/mapstruct/Mapping.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
*
155155
* @return An expression specifying a defaultValue for the designated target property if the designated source
156156
* property is null
157+
*
158+
* @since 1.3
157159
*/
158160
String defaultExpression() default "";
159161

0 commit comments

Comments
 (0)