We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac581be commit 1af21bbCopy full SHA for 1af21bb
spring-aop/src/main/java/org/springframework/aop/framework/DefaultAopProxyFactory.java
@@ -45,9 +45,10 @@
45
* @see AdvisedSupport#setProxyTargetClass
46
* @see AdvisedSupport#setInterfaces
47
*/
48
-@SuppressWarnings("serial")
49
public class DefaultAopProxyFactory implements AopProxyFactory, Serializable {
50
+ private static final long serialVersionUID = 7930414337282325166L;
51
+
52
53
@Override
54
public AopProxy createAopProxy(AdvisedSupport config) throws AopConfigException {
0 commit comments