NX01: Some javadoc warning fixes and fillup
This commit is contained in:
parent
f7558b92dd
commit
e685c27131
63 changed files with 121 additions and 4 deletions
|
|
@ -32,6 +32,9 @@ import java.util.Optional;
|
|||
|
||||
/// Warp manifest 0 bit model.
|
||||
///
|
||||
/// @param <T> The X0 value type.
|
||||
/// @param <H> The X0 header field type.
|
||||
/// @param <S> The X0 section type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public interface WarpManifestX0<T, M extends WarpManifestX0<T, M, H, S>, H extends WarpManifestX0HeaderField<T, H>, S extends WarpManifestX0Section<T, H, S>> {
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ import java.util.List;
|
|||
|
||||
/// Warp manifest 0 bit name value pair entry.
|
||||
///
|
||||
/// @param <T> The X0 value type.
|
||||
/// @param <H> The X0 header field type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public interface WarpManifestX0HeaderField<T, H extends WarpManifestX0HeaderField<T, H>> {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ import java.util.Optional;
|
|||
|
||||
/// Warp manifest 0 bit section.
|
||||
///
|
||||
/// @param <T> The X0 value type.
|
||||
/// @param <H> The X0 header field type.
|
||||
/// @param <S> The X0 section type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public interface WarpManifestX0Section<T, H extends WarpManifestX0HeaderField<T, H>, S extends WarpManifestX0Section<T, H, S>> {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ package love.distributedrebirth.nx01.warp.manifestor.scopic;
|
|||
|
||||
/// Stroboscopic manifestor content handler.
|
||||
///
|
||||
/// @param <T> The manifest body value type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public interface ScopicManifestContent<T> {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ import java.util.function.Function;
|
|||
|
||||
/// Stroboscopic manifest duplicate detector kills duplicates.
|
||||
///
|
||||
/// @param <T> The manifest body value type.
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public class ScopicManifestDuplicateDetector<T> {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestDuplica
|
|||
import love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestException;
|
||||
import love.distributedrebirth.nx01.warp.manifestor.scopic.iomf.ScopicManifestConstants;
|
||||
|
||||
/// Stroboscopic manifest 5 binary 8 bit XDBX content writer.
|
||||
/// Stroboscopic manifest 3 binary TLV chain.
|
||||
///
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf3;
|
|||
|
||||
import love.distributedrebirth.nx01.no2all.nostr.octo.tlv.TLVChainSexTeenBitFrameType;
|
||||
|
||||
/// Stroboscopic manifest 3 frame TLV values.
|
||||
///
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum ScopicManifest3FrameTLV implements TLVChainSexTeenBitFrameType {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ import love.distributedrebirth.nx01.no2all.nostr.octo.tlv.TLVChainOctalSexFrameT
|
|||
import love.distributedrebirth.nx01.no2all.nostr.octo.tlv.TLVChainSexTeenBitFrameType;
|
||||
import love.distributedrebirth.nx01.warp.manifestor.scopic.iomf3.ScopicManifest3FrameTLV;
|
||||
|
||||
/// Stroboscopic manifest 4 frame TLV values.
|
||||
///
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum ScopicManifest4FrameTLV implements TLVChainOctalSexFrameType {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
package love.distributedrebirth.nx01.warp.manifestor.scopic.iomf5;
|
||||
|
||||
/// Stroboscopic manifest 5 frame tag values.
|
||||
///
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天
|
||||
public enum ScopicManifest5FrameTag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue