@Retention(value=CLASS)
@Target(value=METHOD)
public @interface InvokeAfter
Mark a method to be a job that will be executed synchronously after the invocation of another job specified by the value
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Specifies the ID of the Job that will be invoked prior to the invocation of the annotated method
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
id
Specify the ID of the scheduled job.
|
Copyright © 2014–2017 ActFramework. All rights reserved.