@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ThrowSafeWith
ThrowSaving 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| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ThrowSavableBean> |
value |
public abstract Class<? extends ThrowSavableBean> value
Copyright © 2002-2023 Atlassian. All Rights Reserved.