Annotation 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
-
Element Details
-
value
Class<? extends ThrowSavableBean> value
-