@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Property
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The key associated with the property.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
expression
Indicates whether the value represents an expression.
|
public abstract String value
Copyright © 2016–2018 Testify Project. All rights reserved.