HideUtilityClassConstructorVisitor will perform the following operations on a Utility Class:
Change any Public constructors to Private
Change any Package-Private ("Default", no modifiers) to Private
If the Implicit Default Constructor is used (as in, no explicit constructors defined), add a Private constructor
|