aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WitherDeprecated.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/before/WitherDeprecated.java')
-rw-r--r--test/transform/resource/before/WitherDeprecated.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/transform/resource/before/WitherDeprecated.java b/test/transform/resource/before/WitherDeprecated.java
deleted file mode 100644
index efd1af43..00000000
--- a/test/transform/resource/before/WitherDeprecated.java
+++ /dev/null
@@ -1,15 +0,0 @@
-import lombok.experimental.Wither;
-
-class WitherDeprecated {
-
- @Deprecated
- @Wither int annotation;
-
- /**
- * @deprecated
- */
- @Wither int javadoc;
-
- WitherDeprecated(int annotation, int javadoc) {
- }
-} \ No newline at end of file