Add link to @Order annotation

See gh-30572
This commit is contained in:
prd
2022-04-07 11:22:42 +08:00
committed by Stephane Nicoll
parent 3860eb211a
commit c72f3d79af

View File

@@ -47,7 +47,7 @@ import org.springframework.util.ClassUtils;
* This class is primarily intended for use with tests that need to specify configuration
* classes but can't use {@link SpringRunner}.
* <p>
* Implementations of this class should be annotated with {@code @Order} or implement
* Implementations of this class should be annotated with {@link org.springframework.core.annotation.Order @Order} or implement
* {@link Ordered}.
*
* @author Phillip Webb