All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.khasanof.mediator.MethodCheckOperationStrategyMediator Maven / Gradle / Ivy

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy