@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface EL
EC
String[]
name
boolean
async
int
limit
float
order
public abstract String[] name
public abstract boolean async
public abstract float order
同相事件名的多个监听器的执行顺序 从小到大执行.即: 越小越先执行 NOTE: 1. 先按优先级执行所有同步监听器 2. 再按优先级执行所有异步监听器
public abstract int limit
Copyright © 2024. All rights reserved.