blob: c80a18dc6c7ec6b8397f4cff46347d49818c2a67 (
plain)
1
2
3
|
4 @UtilityClasses cannot have declared constructors.
7 @UtilityClass cannot be placed on a method local or anonymous inner class, or any class nested in such a class.
12 @UtilityClass is only supported on a class (can't be an interface, enum, or annotation)
|