|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2013 the original author or authors. |
|
|
|
|
* Copyright 2002-2014 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -20,7 +20,6 @@ import java.util.List;
@@ -20,7 +20,6 @@ import java.util.List;
|
|
|
|
|
|
|
|
|
|
import org.junit.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.aop.Pointcut; |
|
|
|
|
import org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator; |
|
|
|
|
import org.springframework.aop.interceptor.SimpleTraceInterceptor; |
|
|
|
|
import org.springframework.aop.support.DefaultPointcutAdvisor; |
|
|
|
|
@ -255,6 +254,7 @@ public class BeanMethodPolymorphismTests {
@@ -255,6 +254,7 @@ public class BeanMethodPolymorphismTests {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("serial") |
|
|
|
|
public static class TestAdvisor extends DefaultPointcutAdvisor { |
|
|
|
|
|
|
|
|
|
public TestAdvisor() { |
|
|
|
|
|