Annotation Type SuppressLoggerChecks


@Retention(CLASS)
@Target({CONSTRUCTOR,METHOD,TYPE})
public @interface SuppressLoggerChecks
Annotation to suppress logging usage checks errors inside a whole class or a method.
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String reason  
  • Element Details

    • reason

      java.lang.String reason