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

View File

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