Add @FunctionalInterface on candidate interfaces

Issue: SPR-14432
This commit is contained in:
Stephane Nicoll
2016-07-06 14:32:13 +02:00
parent 912b63ad44
commit e4b0486c5a
110 changed files with 199 additions and 84 deletions

View File

@@ -30,6 +30,7 @@ import org.hibernate.Session;
* @see HibernateTemplate
* @see HibernateTransactionManager
*/
@FunctionalInterface
public interface HibernateCallback<T> {
/**