@Retention(CLASS) @Target({METHOD, CONSTRUCTOR, PARAMETER})

public @interface Async.Schedule

Indicates that the marked method schedules async computation. Scheduled object is either this, or the annotated parameter value.