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

org.zanata.rest.dto.Relationships Maven / Gradle / Ivy

There is a newer version: 4.6.2
Show newest version
package org.zanata.rest.dto;

public class Relationships {

    public static final String SELF = "self";

    /**
     * identifies a translation of the current resource
     */
    public static final String TRANSLATION =
            "http://zanata.org/rel/translation";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy