org.khasanof.collector.StateMethodContext 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.collector;
import org.khasanof.models.invoker.SimpleInvoker;
/**
* @author Nurislom
* @see org.khasanof.collector
* @since 1/16/2024 9:44 PM
*/
public interface StateMethodContext extends GenericMethodContext, AssembleMethods{
}