@Documented @Retention(value=RUNTIME) @Target(value={TYPE,PARAMETER}) public @interface Schedule
CronExpression}| Modifier and Type | Optional Element and Description |
|---|---|
String |
daysOfMonth
The daysOfMonth to start the job in
|
String |
daysOfWeek
The daysOfWeek to start the job in
|
String |
hours
The hours to start the job in
|
String |
minutes
The minutes to start the job in
|
String |
months
The months to start the job in
|
String |
seconds
The seconds to start the job in
|
String |
years
The years to start the job in
|
public abstract String seconds
public abstract String minutes
public abstract String hours
public abstract String daysOfMonth
public abstract String months
public abstract String daysOfWeek
public abstract String years
Copyright © 2013. All Rights Reserved.