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

edu.stanford.protege.webprotege.merge_add.ExistingOntologyMergeAddResult Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.merge_add;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.google.auto.value.AutoValue;
import edu.stanford.protege.webprotege.dispatch.Result;

@AutoValue

@JsonTypeName("ExistingOntologyMergeAdd")
public class ExistingOntologyMergeAddResult implements Result {

    @JsonCreator
    public static ExistingOntologyMergeAddResult create() {
        return new AutoValue_ExistingOntologyMergeAddResult();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy