org.khasanof.collector.questMethod.DefaultSearchMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-fluent Show documentation
Show all versions of spring-boot-starter-fluent Show documentation
Fluent - Easy Telegram Bots with Spring
package org.khasanof.collector.questMethod;
import org.khasanof.GenericContains;
import org.khasanof.enums.HandleClasses;
/**
* @author Nurislom
* @see org.khasanof.collector.questMethod
* @since 12/7/2023 12:28 AM
*/
public interface DefaultSearchMethod extends SearchMethod, GenericContains {
}