@Retention(value=CLASS)
@Target(value=METHOD)
public @interface InvokeBefore
Mark a method to be a job that will be executed synchounously before 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 before which the annotated method will be invoked
|
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.