Browse Source
Commit 5fe8f52
introduced a support for @Priority as an alternative to
@Primary but it broke the semantic of the priority value. This commit
fixes this inconsistency.
As for @Order, the lowest value means the highest priority so if
several beans are candidates for injection, the one having the lowest
value will be used.
Issue: SPR-10548
pull/585/merge
Stephane Nicoll
11 years ago
2 changed files with 8 additions and 6 deletions
Loading…
Reference in new issue