Skip to content

Commit

Permalink
Document that placeholders in @DefaultValue annotations are not resolved
Browse files Browse the repository at this point in the history
Closes gh-23164
  • Loading branch information
mbhave committed Feb 23, 2022
1 parent cc95f73 commit 67b13ee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
* {@link org.springframework.boot.context.properties.ConfigurationProperties @ConfigurationProperties},
* the default value for the property will not be used even if the property value is
* empty.
* <p>
* NOTE: This annotation does not support property placeholder resolution and the value
* must be constant.
*
* @author Madhura Bhave
* @since 2.2.0
Expand Down

0 comments on commit 67b13ee

Please sign in to comment.