View Javadoc
1   package io.guixer.lang;
2   
3   public interface StatusStep extends Step {
4   
5   	String getLabel();
6   }