aboutsummaryrefslogtreecommitdiff
path: root/plugins/google-java-format/Immutable.java
blob: 5b3ff4435aecac6b82348bdab87d89098c66cd89 (plain) (blame)
1
2
3
4
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{}