@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Component.PropertyGetter
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Optional description of property.
|
boolean |
hide
If true, hide the getter method from the deserializer.
|
public abstract String value
public abstract boolean hide
public abstract String description
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.