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

org.iartisan.runtime.support.IBaseService Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.support;


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

/**
 * 

* 通用服务 * * @author King * @since 2017/6/22 */ public interface IBaseService { Logger LOGGER = LoggerFactory.getLogger("org.iartisan.runtime.support.IBaseService"); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy