@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OnApplicationStart
Modifier and Type | Optional Element and Description |
---|---|
boolean |
async
set this to true if you want the job to run
in the background when your application starts.
|
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly