@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Start
Modifier and Type | Optional Element and Description |
---|---|
int |
order
The order in which it should be started, higher meaning later.
|
public abstract int order
Copyright © 2014. All Rights Reserved.