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

com.github.meixuesong.aggregatepersistence.Versionable Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.meixuesong.aggregatepersistence;

public interface Versionable {
    int NEW_VERSION = 0;
    int getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy