@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface BindString
@BindString(R.string.username_error) String usernameErrorText;
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
String resource ID to which the field will be bound.
|