@ -42,7 +42,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
@@ -42,7 +42,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
@ -150,7 +150,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
@@ -150,7 +150,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
// We need to keep this commented out, otherwise there will be a compile-time error.
// Please uncomment and re-comment this periodically to check that the compiler
// produces an error message due to the 'declare error' statement
// in AnnotationDrivenAsynchronousExecutionAspect
// in AnnotationAsyncExecutionAspect
// @Async public int getInt() {
// return 0;
// }
@ -164,7 +164,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
@@ -164,7 +164,7 @@ public class AnnotationDrivenAsynchronousExecutionAspectTests {
counter++;
}
// Manually check that there is a warning from the 'declare warning' statement in AnnotationDrivenAsynchronousExecutionAspect
// Manually check that there is a warning from the 'declare warning' statement in AnnotationAsynchExecutionAspect
@ -58,6 +69,14 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse
@@ -58,6 +69,14 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse
// Nest the concrete post-processor bean in the surrounding component.
"Only one AsyncAnnotationBeanPostProcessor may exist within the context.",source);
@ -70,8 +89,13 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse
@@ -70,8 +89,13 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse
"Only one ScheduledAnnotationBeanPostProcessor may exist within the context.",source);
@ -93,6 +117,20 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse
@@ -93,6 +117,20 @@ public class AnnotationDrivenBeanDefinitionParser implements BeanDefinitionParse