@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Repeatable(value=ManagedNotifications.class) public @interface ManagedNotification
This annotation is a repeatable annotation.
ManagedNotifications
,
ManagedNotification
Modifier and Type | Required Element and Description |
---|---|
String |
name |
String[] |
notificationTypes |
Modifier and Type | Optional Element and Description |
---|---|
String |
description |