Annotation Type SuppressNotification
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface SuppressNotification
Demarcate a flow during which notification viaNotificationHandler
should be suppressed for one or more message types.- Author:
- Jeff Fischer
-
-
Element Detail
-
value
String[] value
The message types for which suppression should be enacted.- Returns:
- The message types for which suppression should be enacted.
-
-