Annotation Type Async.Schedule


  • @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.