File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
spring-aop/src/main/java/org/springframework/aop/framework Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2015 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
43
43
* @see AdvisedSupport#setProxyTargetClass
44
44
* @see AdvisedSupport#setInterfaces
45
45
*/
46
- @ SuppressWarnings ("serial" )
47
46
public class DefaultAopProxyFactory implements AopProxyFactory , Serializable {
48
47
48
+ private static final long serialVersionUID = 7930414337282325166L ;
49
+
50
+
49
51
@ Override
50
52
public AopProxy createAopProxy (AdvisedSupport config ) throws AopConfigException {
51
53
if (config .isOptimize () || config .isProxyTargetClass () || hasNoUserSuppliedProxyInterfaces (config )) {
You can’t perform that action at this time.
0 commit comments