Skip to content

Commit d01aee2

Browse files
committed
add missing since comment to property
1 parent ff377aa commit d01aee2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/impl/UnwrappedPropertyHandler.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
*/
1919
public class UnwrappedPropertyHandler
2020
{
21+
/**
22+
* @since 2.18
23+
*/
2124
protected final List<SettableBeanProperty> _creatorProperties;
2225
protected final List<SettableBeanProperty> _properties;
2326

0 commit comments

Comments
 (0)