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

com.icthh.xm.commons.domainevent.db.domain.State Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.domainevent.db.domain;

public record State(Object previous, Object current) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy