@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ManagedObject
This annotation defines a Managed Object. An interface or class annotated as ManagedObject
has a corresponding open MBean constructed according to the ManagedAttribute and
ManagedOperation annotations on its methods.