Browse Source

Javadoc that @Conditionals are not inherited

Issue: SPR-10840
pull/336/merge
Phillip Webb 13 years ago
parent
commit
89b53cfcd5
  1. 3
      spring-context/src/main/java/org/springframework/context/annotation/Conditional.java

3
spring-context/src/main/java/org/springframework/context/annotation/Conditional.java

@ -41,6 +41,9 @@ import java.lang.annotation.Target; @@ -41,6 +41,9 @@ import java.lang.annotation.Target;
* {@code @Bean} methods and {@link Import @Import} annotations associated with that class
* will be subject to the conditions.
*
* <p>NOTE: {@code @Conditional} annotations are not inherited, any conditions from
* super-classes or from overridden methods are not considered.
*
* @author Phillip Webb
* @since 4.0
* @see Condition

Loading…
Cancel
Save