修改 Javadoc。

dev
ZhouXY108 2024-04-07 16:26:11 +08:00
parent 3455dd1f32
commit 87c9d15751
30 changed files with 30 additions and 30 deletions

View File

@ -26,7 +26,7 @@ import java.lang.annotation.Target;
* *
* <p> * <p>
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
*/ */
@Target(ElementType.METHOD) @Target(ElementType.METHOD)

View File

@ -25,7 +25,7 @@ import java.lang.annotation.Target;
/** /**
* ValueObject - * ValueObject -
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
*/ */
@Inherited @Inherited

View File

@ -25,7 +25,7 @@ import java.lang.annotation.Target;
* *
* <p></p> * <p></p>
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
*/ */
@Target(ElementType.METHOD) @Target(ElementType.METHOD)

View File

@ -25,7 +25,7 @@ import javax.annotation.Nonnull;
* {@code code} * {@code code}
* 便 {@code code} * 便 {@code code}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public interface IWithCode<T> { public interface IWithCode<T> {
@Nonnull @Nonnull

View File

@ -21,7 +21,7 @@ package xyz.zhouxy.plusone.commons.base;
* {@code code} * {@code code}
* 便 {@code code} * 便 {@code code}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public interface IWithIntCode { public interface IWithIntCode {
int getCode(); int getCode();

View File

@ -21,7 +21,7 @@ package xyz.zhouxy.plusone.commons.base;
* {@code code} * {@code code}
* 便 {@code code} * 便 {@code code}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public interface IWithLongCode { public interface IWithLongCode {
long getCode(); long getCode();

View File

@ -30,7 +30,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
* <b>NOTE: {@link Table} 使 {@link ImmutableTable}</b> * <b>NOTE: {@link Table} 使 {@link ImmutableTable}</b>
* </p> * </p>
* *
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108/">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @see Table * @see Table
* @see ImmutableTable * @see ImmutableTable
* @see ReentrantReadWriteLock * @see ReentrantReadWriteLock

View File

@ -21,7 +21,7 @@ import java.util.regex.Pattern;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public final class PatternConsts { public final class PatternConsts {

View File

@ -19,7 +19,7 @@ package xyz.zhouxy.plusone.commons.constant;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public final class RegexConsts { public final class RegexConsts {

View File

@ -28,7 +28,7 @@ import xyz.zhouxy.plusone.commons.util.RegexTools;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
*/ */
public abstract class ValidatableStringRecord public abstract class ValidatableStringRecord

View File

@ -24,7 +24,7 @@ import java.util.Objects;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public abstract class BaseException public abstract class BaseException
extends Exception extends Exception

View File

@ -24,7 +24,7 @@ import java.util.Objects;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public abstract class BaseRuntimeException public abstract class BaseRuntimeException
extends RuntimeException extends RuntimeException

View File

@ -25,7 +25,7 @@ import java.util.function.DoubleFunction;
* <p> * <p>
* double {@code Optional&lt;R&gt;} * double {@code Optional&lt;R&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see DoubleFunction * @see DoubleFunction

View File

@ -25,7 +25,7 @@ import java.util.function.IntFunction;
* <p> * <p>
* int {@code Optional&lt;R&gt;} * int {@code Optional&lt;R&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see IntFunction * @see IntFunction

View File

@ -25,7 +25,7 @@ import java.util.function.LongFunction;
* <p> * <p>
* long {@code Optional&lt;R&gt;} * long {@code Optional&lt;R&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see LongFunction * @see LongFunction

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p> * <p>
* {@link OptionalDouble} * {@link OptionalDouble}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalDouble * @see OptionalDouble
* @see Supplier * @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p> * <p>
* {@link OptionalInt} * {@link OptionalInt}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalInt * @see OptionalInt
* @see Supplier * @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p> * <p>
* {@link OptionalLong} * {@link OptionalLong}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalLong * @see OptionalLong
* @see Supplier * @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p> * <p>
* {@code Optional&lt;T&gt;} * {@code Optional&lt;T&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see Supplier * @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Predicate;
* {@link Predicate} * {@link Predicate}
* </p> * </p>
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Predicate * @see Predicate
*/ */

View File

@ -25,7 +25,7 @@ import java.util.function.BiFunction;
* <p> * <p>
* T U {@code Optional&lt;R&gt;} * T U {@code Optional&lt;R&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see BiFunction * @see BiFunction

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p> * <p>
* T {@link OptionalDouble} * T {@link OptionalDouble}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalDouble * @see OptionalDouble
* @see Function * @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p> * <p>
* T {@code Optional&lt;R&gt;} * T {@code Optional&lt;R&gt;}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see Function * @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p> * <p>
* T {@link OptionalInt} * T {@link OptionalInt}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalInt * @see OptionalInt
* @see Function * @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p> * <p>
* T {@link OptionalLong} * T {@link OptionalLong}
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see OptionalLong * @see OptionalLong
* @see Function * @see Function

View File

@ -25,7 +25,7 @@ import com.google.common.base.Preconditions;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public final class EnumTools { public final class EnumTools {

View File

@ -19,7 +19,7 @@ package xyz.zhouxy.plusone.commons.util;
/** /**
* Numbers * Numbers
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
*/ */
public class Numbers { public class Numbers {

View File

@ -31,7 +31,7 @@ import com.google.common.annotations.Beta;
* <p> * <p>
* Optional * Optional
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0 * @since 0.1.0
* @see Optional * @see Optional
* @see OptionalInt * @see OptionalInt

View File

@ -27,7 +27,7 @@ import xyz.zhouxy.plusone.commons.annotation.StaticFactoryMethod;
* *
* @param <T> * @param <T>
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @see PagingAndSortingQueryParams * @see PagingAndSortingQueryParams
*/ */
public class PageDTO<T> { public class PageDTO<T> {

View File

@ -27,7 +27,7 @@ import com.google.common.base.Preconditions;
/** /**
* *
* *
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a> * @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @deprecated {@link UnifiedResponse} * @deprecated {@link UnifiedResponse}
*/ */
@Deprecated @Deprecated