JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / ws / seqfetcher / DbSourceProxyRoot.java
1 package jalview.ws.seqfetcher;
2
3 public interface DbSourceProxyRoot
4 {
5   /**
6    * 
7    * @return source string constant used for this DB source
8    */
9   String getDbSource();
10
11 }