aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/WitherDeprecated.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-delombok/WitherDeprecated.java')
-rw-r--r--test/transform/resource/after-delombok/WitherDeprecated.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/transform/resource/after-delombok/WitherDeprecated.java b/test/transform/resource/after-delombok/WitherDeprecated.java
index 409e773f..b342a861 100644
--- a/test/transform/resource/after-delombok/WitherDeprecated.java
+++ b/test/transform/resource/after-delombok/WitherDeprecated.java
@@ -9,7 +9,6 @@ class WitherDeprecated {
}
@java.lang.Deprecated
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
public WitherDeprecated withAnnotation(final int annotation) {
return this.annotation == annotation ? this : new WitherDeprecated(annotation, this.javadoc);
}
@@ -18,7 +17,6 @@ class WitherDeprecated {
*/
@java.lang.Deprecated
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
public WitherDeprecated withJavadoc(final int javadoc) {
return this.javadoc == javadoc ? this : new WitherDeprecated(this.annotation, javadoc);
}