Uses of Class
com.facebook.infer.annotation.Nullsafe.Mode
-
-
Uses of Nullsafe.Mode in com.facebook.infer.annotation
Methods in com.facebook.infer.annotation that return Nullsafe.Mode Modifier and Type Method Description Nullsafe.Modevalue()Specifies the null-checking mode.static Nullsafe.ModeNullsafe.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Nullsafe.Mode[]Nullsafe.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-