Stop depending on narya's dependency on jsr205. Use modern @Generated.

This commit is contained in:
Ray J. Greenwell
2026-04-27 15:03:20 -07:00
parent 44d0d61cec
commit 0dc0982942
31 changed files with 31 additions and 31 deletions
@@ -21,7 +21,7 @@
package com.threerings.micasa.lobby; package com.threerings.micasa.lobby;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import java.util.List; import java.util.List;
@@ -21,7 +21,7 @@
package com.threerings.micasa.lobby; package com.threerings.micasa.lobby;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationException;
@@ -21,7 +21,7 @@
package com.threerings.micasa.lobby.table; package com.threerings.micasa.lobby.table;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet;
import com.threerings.parlor.data.Table; import com.threerings.parlor.data.Table;
@@ -21,7 +21,7 @@
package com.threerings.micasa.simulator.data; package com.threerings.micasa.simulator.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.micasa.simulator.client.SimulatorService; import com.threerings.micasa.simulator.client.SimulatorService;
import com.threerings.parlor.game.data.GameConfig; import com.threerings.parlor.game.data.GameConfig;
@@ -21,7 +21,7 @@
package com.threerings.parlor.card.trick.data; package com.threerings.parlor.card.trick.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.card.data.Card; import com.threerings.parlor.card.data.Card;
import com.threerings.parlor.card.trick.client.TrickCardGameService; import com.threerings.parlor.card.trick.client.TrickCardGameService;
@@ -21,7 +21,7 @@
package com.threerings.parlor.card.trick.server; package com.threerings.parlor.card.trick.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.card.data.Card; import com.threerings.parlor.card.data.Card;
import com.threerings.parlor.card.trick.client.TrickCardGameService; import com.threerings.parlor.card.trick.client.TrickCardGameService;
@@ -21,7 +21,7 @@
package com.threerings.parlor.data; package com.threerings.parlor.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.client.ParlorService; import com.threerings.parlor.client.ParlorService;
import com.threerings.parlor.game.data.GameConfig; import com.threerings.parlor.game.data.GameConfig;
@@ -21,7 +21,7 @@
package com.threerings.parlor.data; package com.threerings.parlor.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.client.TableService; import com.threerings.parlor.client.TableService;
import com.threerings.parlor.game.data.GameConfig; import com.threerings.parlor.game.data.GameConfig;
@@ -21,7 +21,7 @@
package com.threerings.parlor.game.data; package com.threerings.parlor.game.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.samskivert.util.StringUtil; import com.samskivert.util.StringUtil;
import com.threerings.util.Name; import com.threerings.util.Name;
@@ -21,7 +21,7 @@
package com.threerings.parlor.server; package com.threerings.parlor.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.client.ParlorService; import com.threerings.parlor.client.ParlorService;
import com.threerings.parlor.game.data.GameConfig; import com.threerings.parlor.game.data.GameConfig;
@@ -21,7 +21,7 @@
package com.threerings.parlor.server; package com.threerings.parlor.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.client.TableService; import com.threerings.parlor.client.TableService;
import com.threerings.parlor.data.TableConfig; import com.threerings.parlor.data.TableConfig;
@@ -21,7 +21,7 @@
package com.threerings.parlor.tourney.data; package com.threerings.parlor.tourney.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.tourney.client.TourneyService; import com.threerings.parlor.tourney.client.TourneyService;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.parlor.tourney.data; package com.threerings.parlor.tourney.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.dobj.DObject; import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet;
@@ -21,7 +21,7 @@
package com.threerings.parlor.tourney.data; package com.threerings.parlor.tourney.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.tourney.client.TourniesService; import com.threerings.parlor.tourney.client.TourniesService;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.parlor.tourney.server; package com.threerings.parlor.tourney.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.tourney.client.TourneyService; import com.threerings.parlor.tourney.client.TourneyService;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.parlor.tourney.server; package com.threerings.parlor.tourney.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.tourney.client.TourniesService; import com.threerings.parlor.tourney.client.TourniesService;
import com.threerings.parlor.tourney.data.TourneyConfig; import com.threerings.parlor.tourney.data.TourneyConfig;
@@ -21,7 +21,7 @@
package com.threerings.puzzle.data; package com.threerings.puzzle.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.puzzle.client.PuzzleGameService; import com.threerings.puzzle.client.PuzzleGameService;
@@ -21,7 +21,7 @@
package com.threerings.puzzle.data; package com.threerings.puzzle.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.parlor.game.data.GameObject; import com.threerings.parlor.game.data.GameObject;
/** /**
@@ -21,7 +21,7 @@
package com.threerings.puzzle.server; package com.threerings.puzzle.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationProvider; import com.threerings.presents.server.InvocationProvider;
@@ -21,7 +21,7 @@
package com.threerings.stage.data; package com.threerings.stage.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.miso.data.ObjectInfo; import com.threerings.miso.data.ObjectInfo;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.stage.data; package com.threerings.stage.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.whirled.spot.data.SpotSceneObject; import com.threerings.whirled.spot.data.SpotSceneObject;
/** /**
@@ -21,7 +21,7 @@
package com.threerings.stage.server; package com.threerings.stage.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.miso.data.ObjectInfo; import com.threerings.miso.data.ObjectInfo;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.whirled.data; package com.threerings.whirled.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
@@ -21,7 +21,7 @@
package com.threerings.whirled.server; package com.threerings.whirled.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationException;
@@ -21,7 +21,7 @@
package com.threerings.whirled.spot.data; package com.threerings.whirled.spot.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.dobj.DObject; import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.OidList; import com.threerings.presents.dobj.OidList;
@@ -21,7 +21,7 @@
package com.threerings.whirled.spot.data; package com.threerings.whirled.spot.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
@@ -21,7 +21,7 @@
package com.threerings.whirled.spot.data; package com.threerings.whirled.spot.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet;
import com.threerings.whirled.data.SceneObject; import com.threerings.whirled.data.SceneObject;
@@ -21,7 +21,7 @@
package com.threerings.whirled.spot.server; package com.threerings.whirled.spot.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.client.InvocationService; import com.threerings.presents.client.InvocationService;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
@@ -21,7 +21,7 @@
package com.threerings.whirled.zone.data; package com.threerings.whirled.zone.data;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.crowd.data.PlaceConfig; import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.data.InvocationMarshaller; import com.threerings.presents.data.InvocationMarshaller;
@@ -21,7 +21,7 @@
package com.threerings.whirled.zone.peer.server; package com.threerings.whirled.zone.peer.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.dobj.DSet; import com.threerings.presents.dobj.DSet;
import com.threerings.crowd.peer.data.CrowdNodeObject; import com.threerings.crowd.peer.data.CrowdNodeObject;
@@ -21,7 +21,7 @@
package com.threerings.whirled.zone.server; package com.threerings.whirled.zone.server;
import javax.annotation.Generated; import javax.annotation.processing.Generated;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationException;