Depreacte MemberUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:32:48 -05:00
parent 78e26b2ec3
commit 6c1cb8005d
1 changed files with 9 additions and 0 deletions

View File

@ -335,4 +335,13 @@ final class MemberUtils {
return obj;
}
/**
* Make private in 4.0.
*
* @deprecated TODO Make private in 4.0.
*/
@Deprecated
public MemberUtils() {
// empty
}
}