Annotation Interface Async.Schedule

Enclosing class:
Async

@Retention(CLASS) @Target({METHOD,CONSTRUCTOR,PARAMETER}) public static @interface Async.Schedule
Indicates that the marked method schedules async computation. Scheduled object is either this, or the annotated parameter value.