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

io.github.oliviercailloux.git.common.IdStamp Maven / Gradle / Ivy

package io.github.oliviercailloux.git.common;

import java.time.ZonedDateTime;

/**
 * An identifier, that is, a name and an email address, together with a timestamp (with a time
 * zone); of the kind that git associates to author and committer for each commit.
 */
public record IdStamp (String name, String email, ZonedDateTime timestamp) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy