@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
@Repeatable(value=WindowsFindByChainSet.class)
public @interface WindowsFindBys
WindowsBy tags.| Modifier and Type | Required Element and Description |
|---|---|
WindowsBy[] |
value
It is a set of
WindowsBy strategies which build the chain of the searching for the target element. |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Priority of the searching.
|