@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThrowSafe
ThrowSaving
this annotation is used to mark
methods which needs to be exception safe - exceptions are only logged using
ThrowSavableBean.handleException(Throwable, Object, Method, Object[])
and ignoredModifier and Type | Optional Element and Description |
---|---|
String |
description |
public abstract String description
Copyright © 2002-2022 Atlassian. All Rights Reserved.