Package moxy.viewstate.strategy.alias
Annotation Type AddToEndSingle
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface AddToEndSingleState strategy alias forAddToEndSingleStrategy. Applying this annotation has the same effect as applying@StateStrategyType(AddToEndSingleStrategy.class).
Command will be added to the end of the commands queue. If commands queue contains a command of the same type, then existing command will be removed.