aboutsummaryrefslogtreecommitdiff
path: root/plugins/google-java-format/Immutable.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/google-java-format/Immutable.java')
-rw-r--r--plugins/google-java-format/Immutable.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/google-java-format/Immutable.java b/plugins/google-java-format/Immutable.java
new file mode 100644
index 0000000..5b3ff44
--- /dev/null
+++ b/plugins/google-java-format/Immutable.java
@@ -0,0 +1,5 @@
+package com.google.errorprone.annotations;
+// to suppress warning
+// "Class com.google.errorprone.annotations.Immutable not found - continuing with a stub."
+// there probably is a better solution
+public class Immutable{}