@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface Sequential
MultiCommand commands.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
value
Define if command must be run sequentially or in parallel.
|
public abstract boolean value
MultiCommand to run sub commands sequentially according to order of addition. Copyright © 2011–2015 JRebirth OSS. All rights reserved.