Annotation Type SuppressStackTrace


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Documented
    public @interface SuppressStackTrace
    Annotation that defines whether to log the stack trace or not.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean suppressStackTrace  
    • Element Detail

      • suppressStackTrace

        boolean suppressStackTrace
        Default:
        false