Skip to content

Commit

Permalink
add missing since comment to property
Browse files Browse the repository at this point in the history
  • Loading branch information
fxshlein committed Sep 2, 2024
1 parent ff377aa commit d01aee2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
*/
public class UnwrappedPropertyHandler
{
/**
* @since 2.18
*/
protected final List<SettableBeanProperty> _creatorProperties;
protected final List<SettableBeanProperty> _properties;

Expand Down

0 comments on commit d01aee2

Please sign in to comment.