Class PrivateSecurityContractProtoAccess

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

public class PrivateSecurityContractProtoAccess extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for disallowed access to private_do_not_access_or_else proto fields.
See Also: