@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Executor
Key that is used to look up
an ExecutorService for a method annotated with Async. Please
refer to the Async documentation for further information.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ExecutorService> |
value
Specifies the type of the executor to use.
|
public abstract Class<? extends ExecutorService> value
Copyright © 2014–2016. All rights reserved.