@Target(value=CONSTRUCTOR)
@Retention(value=RUNTIME)
public @interface EasyBeanConstructor
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Optional description of this attribute.
|
java.lang.String |
name
The JMX constructor name name.
|
java.lang.String[] |
parameterDescriptions
The descriptions of the parameters (in order) for this constructor.
|
java.lang.String[] |
parameterNames
The names of the parameters (in order) for this constructor.
|
public abstract java.lang.String name
Constructor
.OpenMBeanOperationInfo.getName()
public abstract java.lang.String description
OpenMBeanOperationInfo.getDescription()
public abstract java.lang.String[] parameterNames
OpenMBeanParameterInfo.getName()
public abstract java.lang.String[] parameterDescriptions
OpenMBeanParameterInfo.getDescription()