JAL-1988 Don't put Quit in the File menu if there's a handler for it
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }