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

com.wci.umls.server.helpers.ProjectList Maven / Gradle / Ivy

/**
 * Copyright 2015 West Coast Informatics, LLC
 */
package com.wci.umls.server.helpers;

import com.wci.umls.server.Project;

/**
 * Represents a sortable list of {@link Project}
 */
public interface ProjectList extends ResultList {
  // nothing extra, a simple wrapper for easy serialization
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy