aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-ecj/UtilityClassErrors.java.messages
blob: 6995eb656b8d5741b076c23f354fc5d21da298f2 (plain)
1
2
3
4
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, annotation, or record)
17 @UtilityClass automatically makes the class static, however, this class cannot be made static.