JAL-4012 what’s new and release notes (in the new styleee!) for JAL-4004, JAL-3989...
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }