摘要: import java.util.concurrent.Callable; /** * Created by huahui.yang on 1/29/16. */ public class RetryWrapper<A> { public A retry(Callable<A> callable) 阅读全文
posted @ 2016-01-29 12:47 yanghuahui 阅读(625) 评论(0) 推荐(0) 编辑