DATACMNS-1141 - Add missing NonNullApi and Nullable annotations.

This commit is contained in:
Christoph Strobl
2017-08-22 13:31:16 +02:00
committed by Mark Paluch
parent 1e134cbd33
commit 0669632a61
20 changed files with 132 additions and 67 deletions

View File

@@ -3,4 +3,5 @@
*
* @see org.springframework.data.transaction.ChainedTransactionManager
*/
@org.springframework.lang.NonNullApi
package org.springframework.data.transaction;