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