Uses of Class
com.google.errorprone.annotations.IncompatibleModifiers
-
Packages that use IncompatibleModifiers Package Description com.google.errorprone.annotations -
-
Uses of IncompatibleModifiers in com.google.errorprone.annotations
Classes in com.google.errorprone.annotations with annotations of type IncompatibleModifiers Modifier and Type Class Description interfaceForOverrideIndicates that the annotated method is provided only to be overridden: it should not be invoked from outside its declaring source file (as if it isprivate), and overriding methods should not be directly invoked at all.
-