File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2020 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.
194
194
* declaring {@code @Configuration} class, thus avoiding the above-mentioned lifecycle conflicts.
195
195
* Note however that {@code static} {@code @Bean} methods will not be enhanced for scoping and AOP
196
196
* semantics as mentioned above. This works out in {@code BFPP} cases, as they are not typically
197
- * referenced by other {@code @Bean} methods. As a reminder, a WARN -level log message will be
197
+ * referenced by other {@code @Bean} methods. As a reminder, an INFO -level log message will be
198
198
* issued for any non-static {@code @Bean} methods having a return type assignable to
199
199
* {@code BeanFactoryPostProcessor}.
200
200
*
You can’t perform that action at this time.
0 commit comments