@Retention(value=RUNTIME)
@Documented
@Target(value=TYPE)
public @interface ManagedObject
@ManagedObject
annotation is used on a class at the top level to
indicate that it should be exposed as an mbean. It has only one attribute
to it which is used as the description of the MBean. Should multiple
@ManagedObject
annotations be found in the chain of influence then the
first description is used.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Description of the Managed Object
|
Copyright © 1995–2023 Webtide. All rights reserved.