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

com.dream.system.inject.Inject Maven / Gradle / Ivy

The newest version!
package com.dream.system.inject;

import com.dream.system.config.MethodInfo;

public interface Inject {
    /**
     * 功能扩展核心,对methodInfo进行自定义注入
     *
     * @param methodInfo mapper方法详尽信息
     */
    void inject(MethodInfo methodInfo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy