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