![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotegeeventshistory.HighLevelBusinessEvent Maven / Gradle / Ivy
package edu.stanford.protege.webprotegeeventshistory;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "HighLevelEvents")
public record HighLevelBusinessEvent(@Id String eventId,String projectId, int timeStamp, org.bson.Document projectEvent) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy