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 201827c commit c8c1e61Copy full SHA for c8c1e61
spring-context/src/main/java/org/springframework/context/annotation/AutoProxyRegistrar.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -33,7 +33,8 @@
33
34
* @author Chris Beams
35
* @since 3.1
36
- * @see EnableAspectJAutoProxy
+ * @see org.springframework.cache.annotation.EnableCaching
37
+ * @see org.springframework.transaction.annotation.EnableTransactionManagement
38
*/
39
public class AutoProxyRegistrar implements ImportBeanDefinitionRegistrar {
40
0 commit comments