Deprecate SystemPropertyInitializer

Resolves #4680
This commit is contained in:
Mahmoud Ben Hassine
2024-10-11 18:51:16 +02:00
parent a297cd11f8
commit eb160fb295

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2007 the original author or authors.
* Copyright 2006-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,8 +24,9 @@ import org.springframework.util.Assert;
* exists it is not changed).
*
* @author Dave Syer
*
* @deprecated since 5.2 with no replacement.
*/
@Deprecated(since = "5.2.0", forRemoval = true)
public class SystemPropertyInitializer implements InitializingBean {
/**