
ars.module.system.service.StandardRecyclableService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-system Show documentation
Show all versions of ars-module-system Show documentation
Ars framework module system
The newest version!
package ars.module.system.service;
import ars.module.system.model.Recyclable;
/**
* 可回收配置操作标准实现
*
* @author wuyongqiang
*/
public class StandardRecyclableService extends AbstractRecyclableService {
}