Annotation Interface ManagedNotification


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @Repeatable(ManagedNotifications.class) public @interface ManagedNotification
Type-level annotation that indicates a JMX notification emitted by a bean.

This annotation is a repeatable annotation.

Since:
2.0
Author:
Rob Harrop
See Also:
  • Element Details

    • name

      String name
    • description

      String description
      Default:
      ""
    • notificationTypes

      String[] notificationTypes