NX01: Improved javadoc output warnings

This commit is contained in:
Willem Cazander 2025-10-23 20:43:39 +02:00
parent 71b6073482
commit f7558b92dd
67 changed files with 102 additions and 8 deletions

View file

@ -39,6 +39,7 @@ import jakarta.json.Json;
import jakarta.json.JsonReader;
import love.distributedrebirth.nx01.no2all.nostr.model.NoStrRelayInfo;
/// NoStr relay fetch info support.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class NoStrRelayFetchInfo {

View file

@ -27,6 +27,7 @@
package love.distributedrebirth.nx01.no2all.react.nostr.client;
/// NoStr relay read type.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public enum NoStrRelayReadType {

View file

@ -52,6 +52,7 @@ import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
/// NoStr client event flow.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class NoStrRtsClient extends WarpReactTypeScriptPlasmaAdapter {

View file

@ -54,6 +54,7 @@ import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
/// NoStr server event flow.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class NoStrRtsServer extends WarpReactTypeScriptPlasmaAdapter {

View file

@ -29,6 +29,7 @@ package love.distributedrebirth.nx01.no2all.react.nostr.server.relay;
import love.distributedrebirth.nx01.no2all.nostr.model.event.NoStrEvent;
/// NoStr server relay store event.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public final class NoStrArtServerRelayStoreEvent {

View file

@ -42,6 +42,7 @@ import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
/// NoStr server relay event flow.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class NoStrRtsServerRelay extends WarpReactTypeScriptPlasmaAdapter {

View file

@ -37,6 +37,7 @@ import love.distributedrebirth.nx01.warp.core.react.WarpReactPlasmaPulse;
import love.distributedrebirth.nx01.warp.core.react.WarpReactTypeScriptPlasmaAdapter;
import love.distributedrebirth.nx01.warp.core.space.WarpSpaceAntimatterInducer;
/// NoStr server relay subs event flow.
/// @author للَّٰهِilLצسُو
/// @version ©Δ 仙上主天
public class NoStrRtsServerRelaySubs extends WarpReactTypeScriptPlasmaAdapter {