package me.hao0.antares.client.job; /** * The simple job, which guarantee only one client instance runs the job * Author: haolin * Email: haolin.h0@gmail.com */ public interface DefaultJob extends Job { }