diff options
Diffstat (limited to 'test/transform/resource/messages-delombok/SetterOnMethod.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/SetterOnMethod.java.messages | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/SetterOnMethod.java.messages b/test/transform/resource/messages-delombok/SetterOnMethod.java.messages new file mode 100644 index 00000000..2df11f97 --- /dev/null +++ b/test/transform/resource/messages-delombok/SetterOnMethod.java.messages @@ -0,0 +1,17 @@ +3:34 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +4:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +6:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +11:26 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +14:44 ERROR incompatible types +found : java.lang.Deprecated +required: lombok.Setter.AnyAnnotation +6:1 ERROR 'onMethod' is not supported for @Setter on a type. +11:1 ERROR 'onMethod' is not supported for @Setter on a type. |