diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java index 59056d2e8e..b17c88e1c4 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/Configurations.java @@ -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}. *

- * 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