@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Async
Directs the compiler to invoke the static script class method on the
application ExecutorService.
Async is only supported for void, static methods with Serializable parameters.
Since:
release specific (what release of product did this appear in)