@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface FindBys
ByChained
It can be used on a types as well, but will not be processed by default.
Eg:
@FindBys({@FindBy(id = "foo"), @FindBy(className = "bar")})
public abstract FindBy[] value
Copyright © 2015. All rights reserved.