Module org.tquadrat.foundation.mgmt
Package org.tquadrat.foundation.mgmt
Annotation Interface MBeanParameter
@ClassVersion(sourceVersion="$Id: MBeanParameter.java 995 2022-01-23 01:09:35Z tquadrat $")
@API(status=STABLE,
since="0.0.1")
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface MBeanParameter
This annotation will be used to provide information about the parameters
of an action or constructor for an MBean implementation.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: MBeanParameter.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 parameter.
-
Element Details
-
name
Returns the parameter's name.- Returns:
- The name of the parameter.
-
description
Returns the description for the parameter.- Returns:
- The description.
- Default:
""
-