Package com.airbnb.epoxy
Annotation Interface TextProp
A convenient replacement for
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
-
Optional Element Summary
Optional Elements
-
Element Details
-
defaultRes
@StringRes int defaultRes- Default:
- 0
-