@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface P
EasyBeanConstructor.parameterNames()
or
EasyBeanOperation.parameterNames()
for better readability. This annotation takes precedence over parameter
values in EasyBeanConstructor
or EasyBeanOperation
.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
defaultValue
The default value for this parameter.
|
java.lang.String |
description
The description of this parameter.
|
EasyBeanDescriptor[] |
descriptor |
java.lang.String |
value
The name of this parameter.
|
public abstract java.lang.String value
public abstract java.lang.String description
public abstract java.lang.String[] defaultValue
public abstract EasyBeanDescriptor[] descriptor
MBeanFeatureInfo.getDescriptor()