@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DelayedTrigger
| Modifier and Type | Required Element and Description |
|---|---|
long |
value
The delay after which the method will be executed.
|
public abstract long value
timeUnit() parameter.Copyright © 2014–2018. All rights reserved.