diff options
Diffstat (limited to 'test/transform/resource/after-delombok/WitherWithAbstract.java')
-rw-r--r-- | test/transform/resource/after-delombok/WitherWithAbstract.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/transform/resource/after-delombok/WitherWithAbstract.java b/test/transform/resource/after-delombok/WitherWithAbstract.java new file mode 100644 index 00000000..d5bfeef8 --- /dev/null +++ b/test/transform/resource/after-delombok/WitherWithAbstract.java @@ -0,0 +1,6 @@ +abstract class WitherWithAbstract { + String foo; + @java.lang.SuppressWarnings("all") + @javax.annotation.Generated("lombok") + public abstract WitherWithAbstract withFoo(final String foo); +}
\ No newline at end of file |