@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface EasyBeanAttribute
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Optional description of this attribute.
|
java.lang.String |
name
The JMX attribute name.
|
boolean |
readOnly
Forces this attribute to be read-only even if the field or setter is available to write to.
|
public abstract java.lang.String name
Field
or
Method
.OpenMBeanParameterInfo.getName()
public abstract java.lang.String description
OpenMBeanParameterInfo.getDescription()
public abstract boolean readOnly