Skip to content

Commit

Permalink
Document that Conditions can be ordered
Browse files Browse the repository at this point in the history
Closes gh-32019
  • Loading branch information
sbrannen committed Jan 12, 2024
1 parent e4569de commit c4831d2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@
* over conditions that interact with {@code @Configuration} beans, consider implementing
* the {@link ConfigurationCondition} interface.
*
* <p>Multiple conditions on a given class or on a given method will be ordered
* according to the semantics of Spring's {@link org.springframework.core.Ordered}
* interface and {@link org.springframework.core.annotation.Order @Order} annotation.
* See {@link org.springframework.core.annotation.AnnotationAwareOrderComparator}
* for details.
*
* @author Phillip Webb
* @author Sam Brannen
* @since 4.0
* @see ConfigurationCondition
* @see Conditional
Expand Down

0 comments on commit c4831d2

Please sign in to comment.