| AttributeReference |
Many, if not all, RestModel instances will expose properties that mirror similarly-named properties on
ConfigBeans in another module.
|
| Confidential |
|
| CreateOnly |
|
| Default |
|
| DefaultBeanReference |
Often a REST model mirrors/wraps an mbean, descriptor bean or config bean.
|
| HelpText |
Any property for which help text needs to be specified should be marked with this annotation.
|
| Immutable |
|
| LegalValues |
Used to indicate that a String model property can only contain a specific list of strings.
|
| ReadOnly |
An attribute not intended to be updated/set by the client should be marked read only to indicate that any value
passed to the server by the client will be ignored
|
| Units |
Used to indicate what units a scalar property has (e.g.
|