App Engine Java SDK version 1.9.8
[gae.git] / java / src / main / com / google / apphosting / api / NamespaceResources.java
blob027eceac56f3c5226592a25b2d5aed8424f27aa7
1 // Copyright 2009 Google Inc. All Rights Reserved.
3 package com.google.apphosting.api;
5 /**
6 * Reources for namespaces used by front end and back end.
8 */
9 public final class NamespaceResources {
11 /**
12 * The separator character used to encode the appId/namespace pair.
14 public static final char NAMESPACE_SEPARATOR = '!';
16 private NamespaceResources() {