Add missing @since tag

Issue: SPR-12801
This commit is contained in:
Kazuki Shimizu 2015-08-15 07:52:55 +09:00 committed by Stephane Nicoll
parent d4d5e5ce40
commit 93919204a1
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public interface SimpleJdbcCallOperations {
/**
* Indicates that parameters should be bound by name.
* @return the instance of this SimpleJdbcCall
* @since 4.2
*/
SimpleJdbcCallOperations withNamedBinding();