diff options
Diffstat (limited to 'test/transform/resource/messages-delombok/UtilityClassErrors.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/UtilityClassErrors.java.messages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/UtilityClassErrors.java.messages b/test/transform/resource/messages-delombok/UtilityClassErrors.java.messages index 230ba04f..4afa12ec 100644 --- a/test/transform/resource/messages-delombok/UtilityClassErrors.java.messages +++ b/test/transform/resource/messages-delombok/UtilityClassErrors.java.messages @@ -1,3 +1,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, or annotation). +17 @UtilityClass automatically makes the class static, however, this class cannot be made static.
\ No newline at end of file |