Module org.tquadrat.foundation.mgmt
Package org.tquadrat.foundation.mgmt
Annotation Interface MBeanNotifications
@ClassVersion(sourceVersion="$Id: MBeanNotifications.java 995 2022-01-23 01:09:35Z tquadrat $")
@API(status=STABLE,
since="0.0.1")
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface MBeanNotifications
This annotation will be used to declare more than one MBean notification
for a class or a method.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: MBeanNotifications.java 995 2022-01-23 01:09:35Z tquadrat $
- Since:
- 0.0.1
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns the notification declarations.
-
Element Details
-
value
Returns the notification declarations.- Returns:
- The notification declarations.
-