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

ca.ibodrov.mica.api.model.EntityVersion Maven / Gradle / Ivy

There is a newer version: 0.0.25
Show newest version
package ca.ibodrov.mica.api.model;

import javax.validation.constraints.NotNull;
import java.time.OffsetDateTime;

public record EntityVersion(@NotNull EntityId id, @NotNull OffsetDateTime updatedAt) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy