@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Scheduled
Modifier and Type | Required Element and Description |
---|---|
String |
cronExpression |
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
Class |
group |
boolean |
onStartup |
boolean |
overrideOnStartup |
Class<? extends Annotation>[] |
startScopes |
public abstract String cronExpression
public abstract Class<? extends Annotation>[] startScopes
public abstract Class group
public abstract String description
Copyright © 2020 The Apache Software Foundation. All rights reserved.