Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.7.2.RELEASE
-
None
-
None
Description
We already support deprecated properties that are deprecated by:
- being deprecated in the boot metadata
- bean property being deprecated by making its 'getter' method @Deprecated
We do not yet detect @DeprecatedConfgurationProperty. See its JavaDoc on a speng boot 1.3 project. It should be treated as alternative to java.lang.Deprecated (i.e. a version of java.lang.Deprecated that is capable of specifying a 'reason' and 'replacement' on top of just marking property as deprecated.