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

com.feingto.cloud.plugin.IPluginBefore Maven / Gradle / Ivy

package com.feingto.cloud.plugin;

import java.lang.reflect.Method;

/**
 * 前置通知接口 @PluginBeforeAdvice
 *
 * @author longfei
 */
public interface IPluginBefore {
    /**
     * 拦截方法 - before
     *
     * @param method Method
     * @param params Object[]
     * @param obj    Object
     */
    void before(Method method, Object[] params, Object obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy