mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-15 16:19:38 +00:00
4 lines
355 B
Plaintext
4 lines
355 B
Plaintext
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)
|
|
17 @UtilityClass automatically makes the class static, however, this class cannot be made static. |