Module org.tquadrat.foundation.mgmt
Package org.tquadrat.foundation.mgmt
Annotation Interface MBeanGetter
@ClassVersion(sourceVersion="$Id: MBeanGetter.java 995 2022-01-23 01:09:35Z tquadrat $")
@API(status=STABLE,
since="0.0.1")
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface MBeanGetter
This annotation will be used to mark a method as a getter method for an
MBean implementation.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: MBeanGetter.java 995 2022-01-23 01:09:35Z tquadrat $
- Since:
- 0.0.1
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the description for the attribute.
-
Element Details
-
attribute
Returns the attribute's name.- Returns:
- The name of the attribute.
-
description
Returns the description for the attribute.- Returns:
- The description.
- Default:
""
-