org.khasanof.constants.StateConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-state Show documentation
Show all versions of fluent-state Show documentation
Fluent - Easy Telegram Bots with Spring
The newest version!
package org.khasanof.constants;
/**
* @author Nurislom
* @see org.khasanof.constants
* @since 2/8/2024 10:15 PM
*/
public abstract class StateConstants {
public static final Integer STATE_ORDER = 6;
}