Module org.tquadrat.foundation.mgmt
Package org.tquadrat.foundation.mgmt
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"