X Tutup
package com.tethik.json; public interface None { /** * Negative One */ public static final int none = -1; }
X Tutup