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

cn.lastwhisper.trace.factory.TraceNodeFactory Maven / Gradle / Ivy

The newest version!
package cn.lastwhisper.trace.factory;

import cn.lastwhisper.trace.model.Method;
import cn.lastwhisper.trace.model.Node;

/**
 * 抽象工厂
 * @author lastwhisper
 * @date 2020/4/4
 */
public interface TraceNodeFactory {

    Node getNode();

    Method getMethod();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy