diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/codec/CodecCustomizer.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/codec/CodecCustomizer.java index 3c8392d888..d0a5d73cac 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/codec/CodecCustomizer.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/codec/CodecCustomizer.java @@ -23,7 +23,7 @@ import org.springframework.http.codec.CodecConfigurer; * client and/or server with a {@link CodecConfigurer}. * * @author Brian Clozel - * @since 2.0 + * @since 2.0.0 */ @FunctionalInterface public interface CodecCustomizer {