I found this @Scheduled(cron = "0 0 0/24 * * ?") on top of a scheduler. Also there was a comment saying this runs every day. But i am not convinced how.
I know that Cron expression looks like
<minute> <hour> <day-of-month> <month> <day-of-week> <command>
But I am not able to relate 0/24 to . Can anyone add here?