Annotation Interface ManagedAttribute
Method-level annotation that indicates to expose a given bean property as a
JMX attribute, corresponding to the
ManagedAttribute.
Only valid when used on a JavaBean getter or setter.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop
- 另请参阅:
-
可选元素概要
可选元素修饰符和类型可选元素说明intSet the currency time limit field in aDescriptor.Set the default value for the attribute in aDescriptor.Set the description for the attribute in aDescriptor.intSet the persistPeriod field in aDescriptor.Set the persistPolicy field in aDescriptor.
-
元素详细资料
-
defaultValue
String defaultValueSet the default value for the attribute in aDescriptor.- 默认值:
- ""
-
description
String descriptionSet the description for the attribute in aDescriptor.- 默认值:
- ""
-
currencyTimeLimit
int currencyTimeLimitSet the currency time limit field in aDescriptor.- 默认值:
- -1
-
persistPolicy
String persistPolicySet the persistPolicy field in aDescriptor.- 默认值:
- ""
-
persistPeriod
int persistPeriodSet the persistPeriod field in aDescriptor.- 默认值:
- -1
-