Package io.micronaut.core.annotation
Annotation Type Order
-
@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented public @interface Order
Annotation for objects that are ordered.- Since:
- 2.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
value
The order value.
-