diff --git a/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc b/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc index 89863724eb5..816e738f39e 100644 --- a/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc +++ b/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc @@ -3,5 +3,3 @@ Jackson is configured to use the api:core.beans.BeanIntrospection[] API to read This feature is enabled by default; disable it by setting the `jackson.bean-introspection-module` configuration to `false`. NOTE: Currently only bean properties (private field with public getter/setter) are supported and usage of public fields is not supported. - -NOTE: This feature is currently experimental and may be subject to change in the future.