Annotation Type AddToEnd


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface AddToEnd
    State strategy alias for AddToEndStrategy. 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.