Annotation Type PersistentScheduling


  • @Target({TYPE,FIELD})
    @Retention(RUNTIME)
    @Documented
    @Qualifier
    public @interface PersistentScheduling
    A qualifier to mark the implementation of the Scheduler interface is for persistent scheduling, that is to say its will persist all the scheduled jobs so that they can be restored at each runtime starting.
    Author:
    mmoquillon