Constant Field Values

Contents

com.google.*

  • com.google.errorprone.bugpatterns.inlineme.Inliner
    Modifier and Type
    Constant Field
    Value
    public static final String
    "JavaInlineMe"
  • com.google.errorprone.bugpatterns.threadsafety.ImmutableAnnotationChecker
    Modifier and Type
    Constant Field
    Value
    public static final String
    "annotations are immutable by default; annotating them with @com.google.errorprone.annotations.Immutable is unnecessary"
  • com.google.errorprone.bugpatterns.threadsafety.ImmutableEnumChecker
    Modifier and Type
    Constant Field
    Value
    public static final String
    "enums are immutable by default; annotating them with @com.google.errorprone.annotations.Immutable is unnecessary"