NX01: Improved javadoc output warnings
This commit is contained in:
parent
71b6073482
commit
f7558b92dd
67 changed files with 102 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
package love.distributedrebirth.nx01.no2all.react.nostr.client;
|
||||
|
||||
/// NoStr relay read type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum NoStrRelayReadType {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue