@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ManagedAttribute
ManagedAttribute
.
Only valid when used on a JavaBean getter or setter.
ManagedAttribute
Modifier and Type | Optional Element and Description |
---|---|
int |
currencyTimeLimit
Set the currency time limit field in a
Descriptor . |
String |
defaultValue
Set the default value for the attribute in a
Descriptor . |
String |
description
Set the description for the attribute in a
Descriptor . |
int |
persistPeriod
Set the persistPeriod field in a
Descriptor . |
String |
persistPolicy
Set the persistPolicy field in a
Descriptor . |
public abstract String defaultValue
Descriptor
.public abstract String description
Descriptor
.public abstract int currencyTimeLimit
Descriptor
.public abstract String persistPolicy
Descriptor
.public abstract int persistPeriod
Descriptor
.