I was migrating my project from seam 2 to seam 3 .
In seam 2 we have @Expiration
and @IntervalCron
annotations but in seam-cron we don't have any such annotations. @scheduled
is there but it's incomplete for my requirement.
I have gone through documentation but coudn't find any luck.
Is there any way to handle this?