Annotation Type Async.Execute


  • @Retention(CLASS)
    @Target({METHOD,CONSTRUCTOR,PARAMETER})
    public static @interface Async.Execute
    Indicates that the marked method executes async computation. Executed object is either this, or the annotated parameter value. This object needs to match with the one annotated with Async.Schedule