@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MBean
If a more fine grained MBean attribute and operation exposure is needed do not use @MBean annotation but annotate fields and public methods directly using @ManagedOperation and @ManagedAttribute annotations.
限定符和类型 | 可选元素和说明 |
---|---|
java.lang.String |
description |
boolean |
exposeAll |
java.lang.String |
objectName |