We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4569de commit c4831d2Copy full SHA for c4831d2
spring-context/src/main/java/org/springframework/context/annotation/Condition.java
@@ -32,7 +32,14 @@
32
* over conditions that interact with {@code @Configuration} beans, consider implementing
33
* the {@link ConfigurationCondition} interface.
34
*
35
+ * <p>Multiple conditions on a given class or on a given method will be ordered
36
+ * according to the semantics of Spring's {@link org.springframework.core.Ordered}
37
+ * interface and {@link org.springframework.core.annotation.Order @Order} annotation.
38
+ * See {@link org.springframework.core.annotation.AnnotationAwareOrderComparator}
39
+ * for details.
40
+ *
41
* @author Phillip Webb
42
+ * @author Sam Brannen
43
* @since 4.0
44
* @see ConfigurationCondition
45
* @see Conditional
0 commit comments