io.leopard.burrow.lang.MethodTime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leopard-lang Show documentation
Show all versions of leopard-lang Show documentation
异常类、Util类、Leopard自定义的数据类型等
package io.leopard.burrow.lang;
public interface MethodTime {
boolean add(String methodName, long time);
boolean addByStartTime(String methodName, long startTime);
// void init();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy