Polishing

This commit is contained in:
Sam Brannen
2017-11-28 14:11:21 +01:00
parent f2e8171bfb
commit 773cd3241b
3 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ import org.springframework.core.Ordered;
*
* <p>Since Spring 4.1, the standard {@link javax.annotation.Priority} annotation
* can be used as a drop-in replacement for this annotation in ordering scenarios.
* Note that {@code Priority} may have additional semantics when a single element
* Note that {@code @Priority} may have additional semantics when a single element
* has to be picked (see {@link AnnotationAwareOrderComparator#getPriority}).
*
* <p>Alternatively, order values may also be determined on a per-instance basis