edu.stanford.protege.webprotege.ontology.SetOntologyAnnotationsResult Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.ontology;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeName;
import edu.stanford.protege.webprotege.dispatch.Result;
import org.semanticweb.owlapi.model.OWLAnnotation;
import java.util.Set;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 01/08/2013
*/
@JsonTypeName("webprotege.ontologies.SetOntologyAnnotations")
public record SetOntologyAnnotationsResult(@JsonProperty("ontologyAnnotations") Set ontologyAnnotations) implements Result {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy