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

top.wboost.common.manager.ParameterConfigManager Maven / Gradle / Ivy

package top.wboost.common.manager;

import java.lang.annotation.Annotation;
import java.lang.reflect.Method;

public interface ParameterConfigManager {

    public boolean checkParameter(Annotation parameterConfig, Object arg);

    public boolean checkParameter(Method domethod, Object[] args);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy