@Target(value={METHOD,FIELD})
@Retention(value=CLASS)
public @interface TextProp
ModelProp when the prop represents text.
This can only be used when the setter parameter is a CharSequence
This is the same as using ModelProp with the option ModelProp.Option.GenerateStringOverloads
| Modifier and Type | Optional Element and Description |
|---|---|
int |
defaultRes |