Package com.airbnb.epoxy
Annotation Type TextProp
-
@Target({METHOD,FIELD}) @Retention(CLASS) public @interface TextPropA convenient replacement forModelPropwhen the prop represents text.This can only be used when the setter parameter is a
CharSequenceThis is the same as using
ModelPropwith the optionModelProp.Option.GenerateStringOverloads
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intdefaultRes
-