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

org.khasanof.collector.method.checker.strategy.MethodCheckOperationStrategy Maven / Gradle / Ivy

The newest version!
package org.khasanof.collector.method.checker.strategy;

import java.lang.reflect.Method;

/**
 * @author Nurislom
 * @see org.khasanof.collector.method.checker.strategy
 * @since 1/21/2024 2:19 PM
 */
public interface MethodCheckOperationStrategy {

    /**
     *
     * @param method
     * @return
     */
    boolean check(Method method);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy