@Retention(value=RUNTIME) @Target(value={METHOD,ANNOTATION_TYPE}) public @interface Order
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
An order of a method which is annotated by this annotation.
|
public abstract int value
Copyright © 2020 LeanCloud. All rights reserved.