com.alibaba.cola.domain.ValueObject 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;
/**
* 领域值对象
* @author xueliang.sxl
*
*/
public interface ValueObject {
}