@Generated annotation.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6050 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-04-07 05:33:54 +00:00
parent e5b45f2ef0
commit 43e556fb59
38 changed files with 282 additions and 0 deletions
@@ -21,6 +21,8 @@
package com.threerings.admin.data;
import javax.annotation.Generated;
import com.threerings.admin.client.AdminService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
@@ -33,6 +35,9 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* interfaces that marshall the response arguments and deliver them back
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
public class AdminMarshaller extends InvocationMarshaller
implements AdminService
{
@@ -24,6 +24,7 @@ package com.threerings.admin.data;
import java.lang.reflect.Field;
import javax.swing.JPanel;
import javax.annotation.Generated;
import com.threerings.presents.dobj.DObject;
import com.threerings.presents.util.PresentsContext;
@@ -21,6 +21,8 @@
package com.threerings.admin.server;
import javax.annotation.Generated;
import com.threerings.admin.client.AdminService;
import com.threerings.admin.data.AdminMarshaller;
import com.threerings.presents.data.ClientObject;
@@ -30,6 +32,9 @@ import com.threerings.presents.server.InvocationException;
/**
* Dispatches requests to the {@link AdminProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
public class AdminDispatcher extends InvocationDispatcher<AdminMarshaller>
{
/**
@@ -21,6 +21,8 @@
package com.threerings.admin.server;
import javax.annotation.Generated;
import com.threerings.admin.client.AdminService;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException;
@@ -29,6 +31,9 @@ import com.threerings.presents.server.InvocationProvider;
/**
* Defines the server-side of the {@link AdminService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
public interface AdminProvider extends InvocationProvider
{
/**