Annotation Interface TimersEnabled


@ConditionalOnProperty(name="spring.persistent-tasks.timers-enabled", havingValue="true", matchIfMissing=true) @Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented public @interface TimersEnabled