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 272e580451c..b302a6ded39 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.