From ab6878ab6617b21cf67be5cbfa42658f2290be7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Nov 2014 18:37:34 +0100 Subject: [PATCH] Add documentation for the deprecated field --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 2ac40ca15d..beebe66e82 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -145,6 +145,11 @@ The JSON object contained in the `properties` array can contain the following at | Object | The default value which will be used if the property is not specified. May be omitted if the default value is not known. + +|`deprecated` +| boolean +| Specify if the property is deprecated. May be omitted if the field is not deprecated + or if that information is not known. |===