com.google.apphosting.api.NamespaceResources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectify-gwt Show documentation
Show all versions of objectify-gwt Show documentation
Use Google App Engine datastore and Objectify classes with GWT
// Copyright 2009 Google Inc. All Rights Reserved.
package com.google.apphosting.api;
/**
* Reources for namespaces used by front end and back end.
*
*/
public final class NamespaceResources {
/**
* The separator character used to encode the appId/namespace pair.
*/
public static final char NAMESPACE_SEPARATOR = '!';
private NamespaceResources() {
}
}