Annotation Interface ThrowSafeWith


@Retention(RUNTIME) @Target(TYPE) public @interface ThrowSafeWith
When using Spring beans instrumented by ThrowSafeBeanPostProcessor this annotation is used to mark classes which needs to be exception safe - exceptions are only logged using ThrowSavableBean.handleException(Throwable, Object, Method, Object[]) of a bean of type ThrowSavableBean
Since:
v8.15
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description