@javax.ejb.Schedule
Jump to navigation
Jump to search
Internal
Overview
Used for automatic timer creation.
Example:
@Schedule(hour="3", dayOfMonth="1", info="something")
public void toBeExecutedAt3AMOnTheFirstDayOfTheMonth() {
...
}