Skip to content

Commit c72f3d7

Browse files
pruidongsnicoll
authored andcommitted
Add link to @order annotation
See gh-30572
1 parent 3860eb2 commit c72f3d7

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* This class is primarily intended for use with tests that need to specify configuration
4848
* classes but can't use {@link SpringRunner}.
4949
* <p>
50-
* Implementations of this class should be annotated with {@code @Order} or implement
50+
* Implementations of this class should be annotated with {@link org.springframework.core.annotation.Order @Order} or implement
5151
* {@link Ordered}.
5252
*
5353
* @author Phillip Webb

0 commit comments

Comments
 (0)