Closed IlyaGulya closed 8 months ago
Now Moxy allows to specify tags in state strategy aliases. Example:
@StateStrategyType(AddToEndSingleTagStrategy.class) @interface AddToEndSingleTag { @StateStrategyTypeTag String tag() default ""; }
Also, there's new state strategy alias which supports it: @AddToEndSingleTag
@AddToEndSingleTag
Now Moxy allows to specify tags in state strategy aliases. Example:
Also, there's new state strategy alias which supports it:
@AddToEndSingleTag