App Engine Java SDK version 1.9.25
[gae.git] / java / src / main / com / google / apphosting / utils / remoteapi / package-info.java
blobcfe9dc1a8f191ec42bf7b40e189c0f59eaab4af5
1 // Copyright 2010 Google Inc. All rights reserved.
3 /**
4 * The {@code com.google.apphosting.utils.remoteapi} package contains
5 * a servlet that implements the server portion of Google App Engine's
6 * Remote API functionality, which allows client code to execute
7 * arbitray API calls on a remote App Engine application.
8 */
9 package com.google.apphosting.utils.remoteapi;