Package moxy.viewstate.strategy.alias
Annotation Type AddToEnd
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface AddToEndState strategy alias forAddToEndStrategy. Applying this annotation has the same effect as applying@StateStrategyType(AddToEndStrategy.class).
With this strategy command will be added to the end of the commands queue.