package jalview.ws.seqfetcher; public interface DbSourceProxyRoot { /** * * @return source string constant used for this DB source */ String getDbSource(); }