All Downloads are FREE. Search and download functionalities are using the official Maven repository.

flexjson.BasicType Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package flexjson;

/**
 * User: brandongoodin
 * Date: Dec 13, 2007
 * Time: 12:49:06 PM
 */
public enum BasicType {
    OBJECT, ARRAY;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy