@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
ManagedNotifications(vararg value: ManagedNotification)
Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotification. |
val value: Array<ManagedNotification> |