diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java index 398cf17b76d..dd92b9b7df3 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java @@ -313,9 +313,10 @@ public final class LambdaSafe { * * @param the callback type * @param the primary argument type + * @since 3.4.8 */ @FunctionalInterface - interface Filter { + public interface Filter { /** * Determine if the given callback matches and should be invoked.