@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| Modifier and Type | Required Element and Description | 
|---|---|
String | 
name  | 
String[] | 
notificationTypes  | 
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
description  |