Declare serialVersionUID on DefaultAopProxyFactory

Closes gh-27784
This commit is contained in:
Juergen Hoeller 2021-12-14 16:46:59 +01:00
parent ac581bed92
commit 1af21bb451
1 changed files with 2 additions and 1 deletions

View File

@ -45,9 +45,10 @@ import org.springframework.core.NativeDetector;
* @see AdvisedSupport#setProxyTargetClass
* @see AdvisedSupport#setInterfaces
*/
@SuppressWarnings("serial")
public class DefaultAopProxyFactory implements AopProxyFactory, Serializable {
private static final long serialVersionUID = 7930414337282325166L;
@Override
public AopProxy createAopProxy(AdvisedSupport config) throws AopConfigException {