mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add @FunctionalInterface on candidate interfaces
Issue: SPR-14432
This commit is contained in:
@@ -30,6 +30,7 @@ import org.hibernate.Session;
|
||||
* @see HibernateTemplate
|
||||
* @see HibernateTransactionManager
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface HibernateCallback<T> {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user