org.ebay.datameta.dom.DataMetaEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dom-core Show documentation
Show all versions of dom-core Show documentation
Classes needed for DataMeta DOM functionality in JVM; with Java, Scala, Clojure, JRuby and other platforms running on a JVM.
The newest version!
package org.ebay.datameta.dom;
import org.ebay.datameta.util.jdk.SemanticVersion;
/**
* DataMeta DOM entities have a semantic version attached.
* @author Michael Bergens
*/
public interface DataMetaEntity {
SemanticVersion getVersion();
}