Depreacte TypeUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:33:49 -05:00
parent cf12cfe7dc
commit 8926ed1c63
1 changed files with 4 additions and 0 deletions

View File

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