Annotation Type SchedulableJob.Schedulable


  • @Target(TYPE)
    @Documented
    @Retention(RUNTIME)
    public static @interface SchedulableJob.Schedulable
    Used to annotate a class which does not implement SchedulableJob, but can still be executed. Note that this precludes the use of job parameterization or saving of job results.