{#include main} {#style} .annotation { color: gray; } {/style} {#title}Quarkus Scheduler{/title} {#body} {#for scheduledMethod in info:schedulerContext.scheduledMethods} {/for}
Schedule Source
{#for schedule in scheduledMethod.schedules} {#if schedule.every()} Every {schedule.every()} {/if} {#if schedule.cron()} {schedule.cron()} {/if} {/for}
{/body} {/include}