org.khasanof.mediator.MethodCheckOperationStrategyMediator 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.mediator;
import java.lang.reflect.Method;
/**
* @author Nurislom
* @see org.khasanof.mediator
* @since 1/21/2024 2:25 PM
*/
public interface MethodCheckOperationStrategyMediator {
boolean check(Method method);
}