Class StronglyTypeByteString

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

public final class StronglyTypeByteString extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Flags fields which would be better expressed as ByteStrings rather than primitive byte arrays.
See Also: