Uses of Class
com.google.errorprone.annotations.Modifier
-
Packages that use Modifier Package Description com.google.errorprone.annotations -
-
Uses of Modifier in com.google.errorprone.annotations
Methods in com.google.errorprone.annotations that return Modifier Modifier and Type Method Description Modifier[]
modifier()
The incompatible modifiers.Modifier[]
modifier()
The required modifiers.static Modifier
Modifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Modifier[]
Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-