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 ced5ea2 commit 89b53cfCopy full SHA for 89b53cf
spring-context/src/main/java/org/springframework/context/annotation/Conditional.java
@@ -41,6 +41,9 @@
41
* {@code @Bean} methods and {@link Import @Import} annotations associated with that class
42
* will be subject to the conditions.
43
*
44
+ * <p>NOTE: {@code @Conditional} annotations are not inherited, any conditions from
45
+ * super-classes or from overridden methods are not considered.
46
+ *
47
* @author Phillip Webb
48
* @since 4.0
49
* @see Condition
0 commit comments