All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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