com.tinkerpop.blueprints.impls.dex.DexTokens Maven / Gradle / Ivy
package com.tinkerpop.blueprints.impls.dex;
/**
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
class DexTokens {
public static final String TYPE_EXCEPTION_MESSAGE = "Boolean, integer, long, string, floats, and doubles are the only supported property value types";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy