@Retention(CLASS) public @interface SuppressLint
Marker class indicating that some warnings of Facebook's "infer" linter should be suppressed.

References:

Author:
Christian Kohlschütter
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The warnings that should be suppressed.
  • Element Details

    • value

      String[] value
      The warnings that should be suppressed.
      Returns:
      A list of warnings.
      Default:
      {}