aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-ecj')
-rw-r--r--test/transform/resource/after-ecj/UtilityClassInner.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/transform/resource/after-ecj/UtilityClassInner.java b/test/transform/resource/after-ecj/UtilityClassInner.java
new file mode 100644
index 00000000..eebc5d13
--- /dev/null
+++ b/test/transform/resource/after-ecj/UtilityClassInner.java
@@ -0,0 +1,11 @@
+class UtilityClassInner {
+ static final @lombok.experimental.UtilityClass class UtilClass {
+ private @java.lang.SuppressWarnings("all") UtilClass() {
+ super();
+ throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
+ }
+ }
+ UtilityClassInner() {
+ super();
+ }
+} \ No newline at end of file