Class ReachabilityFenceUsage

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.ReachabilityFenceUsage
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

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