JAL-4012 tweak release notes wording for legacy.uniprot
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }