Annotation Interface SuppressNotification
Demarcate a flow during which notification via
NotificationHandler
should be suppressed
for one or more message types.- Author:
- Jeff Fischer
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether or not entities managed by the ignored repository should have change details compiled at the time of edit.
-
Element Details
-
value
String[] valueThe message types for which suppression should be enacted.- Returns:
- The message types for which suppression should be enacted.
-
-
-
compileChangeDetails
boolean compileChangeDetailsWhether or not entities managed by the ignored repository should have change details compiled at the time of edit. True by default.- Default:
- true
-