org.khasanof.executors.AbstractUpdateExecutor 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.executors;
/**
* Author: Nurislom
*
* Date: 18.06.2023
*
* Time: 13:01
*
* Package: org.khasanof.core.executors
*/
public abstract class AbstractUpdateExecutor implements UpdateExecutor {
}