@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface RunInto
| Modifier and Type | Optional Element and Description |
|---|---|
RunnablePriority |
priority
Define the Runnable Priority value.
|
RunType |
value
Define the RunType value.
|
public abstract RunType value
public abstract RunnablePriority priority
Copyright © 2011–2015 JRebirth OSS. All rights reserved.