Skip to content
Snippets Groups Projects
Commit 0dd32e26 authored by felmer's avatar felmer
Browse files

SSDM-949: add missing JsonObject annotation to ISearchDomainResultLocation

SVN: 32504
parent 2d62156e
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,14 @@ package ch.systemsx.cisd.openbis.generic.shared.api.v1.dto;
import java.io.Serializable;
import ch.systemsx.cisd.base.annotation.JsonObject;
/**
* Marker interface specifying the location of search result on a search domain.
*
* @author Franz-Josef Elmer
*/
@JsonObject("ISearchDomainResultLocation")
public interface ISearchDomainResultLocation extends Serializable
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment