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

com.google.apphosting.api.NamespaceResources Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
// 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() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy