org.khasanof.factories.method.DefaultMethodCheckConditionFactory 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
The newest version!
package org.khasanof.factories.method;
import org.khasanof.factories.AbstractCachedGenericFactory;
import org.khasanof.models.condition.MethodGenericCondition;
import java.util.Set;
/**
* @author Nurislom
* @see org.khasanof.factories.method
* @since 12/26/2023 9:48 PM
*/
public abstract class DefaultMethodCheckConditionFactory extends AbstractCachedGenericFactory> {
}