@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
@Repeatable(value=AndroidFindByChainSet.class)
public @interface AndroidFindBys
AndroidBy tags.| Modifier and Type | Required Element and Description |
|---|---|
AndroidBy[] |
value
It is a set of
AndroidBy 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.
|