Skip to content

Commit c8c1e61

Browse files
chenqimiaosbrannen
andauthored
Improve Javadoc in AutoProxyRegistrar
Closes gh-24688 Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
1 parent 201827c commit c8c1e61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/AutoProxyRegistrar.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,7 +33,8 @@
3333
*
3434
* @author Chris Beams
3535
* @since 3.1
36-
* @see EnableAspectJAutoProxy
36+
* @see org.springframework.cache.annotation.EnableCaching
37+
* @see org.springframework.transaction.annotation.EnableTransactionManagement
3738
*/
3839
public class AutoProxyRegistrar implements ImportBeanDefinitionRegistrar {
3940

0 commit comments

Comments
 (0)