@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Listener(type=ServiceListenerType.class) public @interface ServiceListener
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
priority
优先级
(具体执行顺序需要结合@Listen注解的priorityAsc属性共同决定)
|
@AliasFor(annotation=org.bekit.event.annotation.listener.Listener.class, attribute="priority") public abstract int priority
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.