JMXProperty
@Target(value=FIELD) public @interface Property
Config
annotation
is used.
Be aware that despite is it provided in the annotations jar,
it refers to an external handler.Modifier and Type | Required Element and Description |
---|---|
String |
name
Deprecated.
Sets the property name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
notification
Deprecated.
Enables notification on the current property.
|
String |
rights
Deprecated.
Sets the access permission.
|
public abstract String name
public abstract String rights
public abstract boolean notification
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.