Class GuardedByFlags
java.lang.Object
com.google.errorprone.bugpatterns.threadsafety.GuardedByFlags
public abstract class GuardedByFlags extends Object
Flags that control the behavior of threadsafety utils to facilitate rolling out new
functionality.
This has no flags for now, but is still plumbed through to make it easier to flag guard
changes to GuardedByChecker
in the future. Otherwise, it's rather difficult.
-
Constructor Summary
Constructors Constructor Description GuardedByFlags()
-
Method Summary
Modifier and Type Method Description static GuardedByFlags
allOn()
-
Constructor Details
-
GuardedByFlags
public GuardedByFlags()
-
-
Method Details
-
allOn
-