|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface OnApplicationStart
A job run at application start. Jobs can be executed in the background if you set async == true. This will make your app start accepting incoming requests faster.
| 可选元素摘要 | |
|---|---|
boolean |
async
set this to true if you want the job to run in the background when your application starts. |
public abstract boolean async
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||