
nablarch.fw.handler.retry.Retryable Maven / Gradle / Ivy
The newest version!
package nablarch.fw.handler.retry;
import nablarch.core.util.annotation.Published;
/**
* リトライ可能な例外であることを示すインタフェース。
* @author Kiyohito Itoh
*/
@Published(tag = "architect")
public interface Retryable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy