spring-framework / org.springframework.jmx.export.annotation / ManagedNotifications

ManagedNotifications

@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) @Inherited class ManagedNotifications

Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotification.

Author
Rob Harrop

Since
2.0

Constructors

<init>

ManagedNotifications(vararg value: ManagedNotification)

Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotification.

Properties

value

val value: Array<ManagedNotification>