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

com.pamirs.pradar.interceptor.ContextInject Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.pamirs.pradar.interceptor;

import java.util.Map;

/**
 * 上下文注入接口
 *
 * @author xiaobin.zfb|[email protected]
 * @since 2021/5/15 5:10 下午
 */
public interface ContextInject {
    /**
     * 注入上下文
     *
     * @param context 上下文对象
     */
    void injectContext(Map context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy