cn.featherfly.common.log.LoggerEnabled Maven / Gradle / Ivy
The newest version!
package cn.featherfly.common.log;
@FunctionalInterface
public interface LoggerEnabled {
Object[] arguments();
}
package cn.featherfly.common.log;
@FunctionalInterface
public interface LoggerEnabled {
Object[] arguments();
}