Hi All,
I'm using @Scheduled annotation to schedule a method execution
Can any one explain me how @Scheduled(cron="") work.
I went through this link but I'm not familiar with cron job scheduling and thus could not get it well.

Thanks in advance