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

cn.minsin.core.rule.AbstractFunctionRule Maven / Gradle / Ivy

package cn.minsin.core.rule;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * Functions 所需要继承的基类
 * 
 * @author minsin
 *
 */
public abstract class AbstractFunctionRule {

	protected static final Logger LOGGER = LoggerFactory.getLogger(AbstractFunctionRule.class);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy