Annotation Type Skip


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface Skip
    State strategy alias for SkipStrategy. Applying this annotation has the same effect as applying @StateStrategyType(SkipStrategy.class).

    With this strategy command will not be put in the commands queue