Merge branch '3.3.x'
Closes gh-41858
This commit is contained in:
@@ -25,6 +25,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
|
||||
* Deprecated configuration properties.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @deprecated deprecated
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
|
||||
@@ -22,6 +22,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
|
||||
* Sample for testing method configuration with deprecated class.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @deprecated deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class DeprecatedClassMethodConfig {
|
||||
|
||||
@@ -22,6 +22,7 @@ import org.springframework.boot.configurationsample.ConfigurationProperties;
|
||||
* Deprecated configuration properties.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @deprecated deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties(prefix = "deprecated")
|
||||
|
||||
Reference in New Issue
Block a user