Annotation Interface Order
@Documented
@Order
@Target({FIELD,ANNOTATION_TYPE,METHOD})
@Retention(RUNTIME)
public @interface Order
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
-
必需元素概要
所需元素
-
元素详细资料
-
value
@AliasFor(annotation=org.springframework.core.annotation.Order.class) int value
-