@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 |
|---|---|
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 hide
public abstract boolean defer
public abstract String defaultValue
public abstract String description
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.