@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Background
Modifier and Type | Required Element and Description |
---|---|
String[] |
operations
The list of operation names to be run in the background.
|
Modifier and Type | Optional Element and Description |
---|---|
InitialDelay |
initialDelay
Defines the initial delay maximum of the background.
|
FixedTime[] |
timings
The timing cycles for the specified operations.
|
public abstract String[] operations
public abstract FixedTime[] timings
public abstract InitialDelay initialDelay