Suppress serial warning

This commit is contained in:
Juergen Hoeller
2025-12-16 13:54:40 +01:00
parent d4e4250bb1
commit 6d5a512d90
@@ -27,6 +27,7 @@ import org.springframework.aop.Pointcut;
/**
* @author Juergen Hoeller
*/
@SuppressWarnings("serial")
public class EntityManagerPointcut implements Pointcut, Serializable {
@Override