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
    Modifier and Type
    Required Element
    Description
    Returns the attribute's name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns 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:
      ""