Class StaticGuardedByInstance

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.threadsafety.StaticGuardedByInstance
All Implemented Interfaces:
BugChecker.SynchronizedTreeMatcher, Suppressible, Serializable

public class StaticGuardedByInstance extends BugChecker implements BugChecker.SynchronizedTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: