com.alibaba.cola.domain.DomainServiceI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cola-core Show documentation
Show all versions of cola-core Show documentation
Cola framework core components
The newest version!
package com.alibaba.cola.domain;
/**
* 领域服务,继承自DomainServiceI的接口都认为是DomainAbility
* @author xueliang.sxl
*
*/
public interface DomainServiceI {
}