Class GuardedByBinder

java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.GuardedByBinder

public final class GuardedByBinder extends Object
A binder from @GuardedBy annotations to GuardedByExpressions.
Author:
cushon@google.com (Liam Miller-Cushon)