@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented @Repeatable(value=NotificationListener.List.class) public @interface NotificationListener
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
notification
要监听的通知类。
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
监听器的名称。
|