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

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