Annotation Interface MBeanSetter


@ClassVersion(sourceVersion="$Id: MBeanSetter.java 995 2022-01-23 01:09:35Z tquadrat $") @API(status=STABLE, since="0.0.1") @Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface MBeanSetter
This annotation will be used to mark a method as a setter method for an MBean implementation. Special care has to be taken if the attribute is of a primitive type.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: MBeanSetter.java 995 2022-01-23 01:09:35Z tquadrat $
Since:
0.0.1
UML Diagram
UML Diagram for "org.tquadrat.foundation.mgmt.MBeanSetter"

UML Diagram for "org.tquadrat.foundation.mgmt.MBeanSetter"

UML Diagram for "org.tquadrat.foundation.mgmt.MBeanSetter"
  • Required Element Summary Link icon

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the attribute's name.
  • Optional Element Summary Link icon

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the description for the attribute.
  • Element Details

    • attribute Link icon

      Returns the attribute's name.
      Returns:
      The name of the attribute.
    • description Link icon

      Returns the description for the attribute.
      Returns:
      The description.
      Default:
      ""