@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Component.PropertySetter
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
bindable
If true, the setter may be bound to a
read binder. |
String |
defaultValue
The default value for the property.
|
boolean |
defer
If true, defer invoking the setter until deserialization is complete.
|
String |
description
Optional description of property.
|
boolean |
hide
If true, hide the setter method from the deserializer.
|
public abstract String value
public abstract boolean bindable
read binder.read binder.public abstract boolean hide
public abstract boolean defer
public abstract String defaultValue
public abstract String description
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.