@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Repeatable(value=ManagedNotifications.class) public @interface ManagedNotification
As of Spring Framework 4.2.4, this annotation is declared as repeatable.
ManagedNotification| 限定符和类型 | 必需的元素和说明 |
|---|---|
String |
name |
String[] |
notificationTypes |
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
description |