|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface MBeanAttribute
Annotation for MBean attributes. This should be used with getter or setter methods of attributes.
Required Element Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
name
|
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |