|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface EasyBean
Metadata for a JMX MBean.
Optional Element Summary | |
---|---|
java.lang.String |
description
The optional description of this EasyBean. |
EasyBeanExposure |
exposure
The type of exposure for fields, methods and constructors of this easy bean. |
java.lang.String |
objectName
The optional ObjectName for this easy bean. |
public abstract java.lang.String objectName
ObjectName
for this easy bean. If not provided the object name will be generated from
the annotated object's class name.
public abstract java.lang.String description
public abstract EasyBeanExposure exposure
EasyBeanExposure.ANNOTATED
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |