Depreacte ConstructorUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:31:12 -05:00
parent 655d402821
commit 4822446e98
1 changed files with 4 additions and 0 deletions

View File

@ -288,8 +288,12 @@ public class ConstructorUtils {
*
* <p>This constructor is {@code public} to permit tools that require a JavaBean
* instance to operate.</p>
*
* @deprecated TODO Make private in 4.0.
*/
@Deprecated
public ConstructorUtils() {
// empty
}
}