2026-03-17 13:31:18 -07:00

7 lines
83 B
Java

package obix.contracts;
import obix.IObj;
public interface Read extends IObj {
}