修改 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>
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0
*/
@Target(ElementType.METHOD)

View File

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

View File

@ -25,7 +25,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
*/
@Target(ElementType.METHOD)

View File

@ -25,7 +25,7 @@ import javax.annotation.Nonnull;
* {@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> {
@Nonnull

View File

@ -21,7 +21,7 @@ package xyz.zhouxy.plusone.commons.base;
* {@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 {
int getCode();

View File

@ -21,7 +21,7 @@ package xyz.zhouxy.plusone.commons.base;
* {@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 {
long getCode();

View File

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

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 {

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
*/
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
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
extends RuntimeException

View File

@ -25,7 +25,7 @@ import java.util.function.DoubleFunction;
* <p>
* 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
* @see Optional
* @see DoubleFunction

View File

@ -25,7 +25,7 @@ import java.util.function.IntFunction;
* <p>
* 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
* @see Optional
* @see IntFunction

View File

@ -25,7 +25,7 @@ import java.util.function.LongFunction;
* <p>
* 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
* @see Optional
* @see LongFunction

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p>
* {@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
* @see OptionalDouble
* @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p>
* {@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
* @see OptionalInt
* @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p>
* {@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
* @see OptionalLong
* @see Supplier

View File

@ -25,7 +25,7 @@ import java.util.function.Supplier;
* <p>
* {@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
* @see Optional
* @see Supplier

View File

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

View File

@ -25,7 +25,7 @@ import java.util.function.BiFunction;
* <p>
* 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
* @see Optional
* @see BiFunction

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p>
* 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
* @see OptionalDouble
* @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p>
* 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
* @see Optional
* @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p>
* 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
* @see OptionalInt
* @see Function

View File

@ -25,7 +25,7 @@ import java.util.function.Function;
* <p>
* 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
* @see OptionalLong
* @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 {

View File

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

View File

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

View File

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