修改 @date 注释为 @since

This commit is contained in:
YunaiV 2023-03-02 23:45:59 +08:00
parent 68b49c6dd6
commit af8f66993e
9 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ import org.springframework.context.annotation.Primary;
* 社交自动装配类 * 社交自动装配类
* *
* @author timfruit * @author timfruit
* @date 2021-10-30 * @since 2021-10-30
*/ */
@Slf4j @Slf4j
@AutoConfiguration @AutoConfiguration

View File

@ -18,7 +18,7 @@ import java.lang.reflect.Method;
* 为使得拓展配置 {@link AuthConfig} 和默认配置齐平所以自定义本工厂类 * 为使得拓展配置 {@link AuthConfig} 和默认配置齐平所以自定义本工厂类
* *
* @author timfruit * @author timfruit
* @date 2021-10-31 * @since 2021-10-31
*/ */
public class YudaoAuthRequestFactory extends AuthRequestFactory { public class YudaoAuthRequestFactory extends AuthRequestFactory {

View File

@ -20,7 +20,7 @@ import me.zhyd.oauth.utils.UrlBuilder;
* 由于 JustAuth 定位是面向 Web 为主的三方登录所以微信小程序只能自己封装 * 由于 JustAuth 定位是面向 Web 为主的三方登录所以微信小程序只能自己封装
* *
* @author timfruit * @author timfruit
* @date 2021-10-29 * @since 2021-10-29
*/ */
public class AuthWeChatMiniAppRequest extends AuthDefaultRequest { public class AuthWeChatMiniAppRequest extends AuthDefaultRequest {

View File

@ -17,7 +17,7 @@ import java.util.Set;
* 第二步多个任务候选人们设置到 DelegateExecution collectionVariable 变量中以便 BpmUserTaskActivityBehavior 使用它 * 第二步多个任务候选人们设置到 DelegateExecution collectionVariable 变量中以便 BpmUserTaskActivityBehavior 使用它
* *
* @author kemengkai * @author kemengkai
* @date 2022-04-21 16:57 * @since 2022-04-21 16:57
*/ */
@Slf4j @Slf4j
public class BpmParallelMultiInstanceBehavior extends ParallelMultiInstanceBehavior { public class BpmParallelMultiInstanceBehavior extends ParallelMultiInstanceBehavior {

View File

@ -7,7 +7,7 @@ import lombok.Getter;
* 短信的接收状态枚举 * 短信的接收状态枚举
* *
* @author 芋道源码 * @author 芋道源码
* @date 2021/2/1 13:39 * @since 2021/2/1 13:39
*/ */
@Getter @Getter
@AllArgsConstructor @AllArgsConstructor

View File

@ -7,7 +7,7 @@ import lombok.Getter;
* 短信的发送状态枚举 * 短信的发送状态枚举
* *
* @author zzf * @author zzf
* @date 2021/2/1 13:39 * @since 2021/2/1 13:39
*/ */
@Getter @Getter
@AllArgsConstructor @AllArgsConstructor

View File

@ -14,7 +14,7 @@ import java.util.List;
* Sms 短信相关消息的 Producer * Sms 短信相关消息的 Producer
* *
* @author zzf * @author zzf
* @date 2021/3/9 16:35 * @since 2021/3/9 16:35
*/ */
@Slf4j @Slf4j
@Component @Component

View File

@ -13,7 +13,7 @@ import java.util.List;
* 短信渠道 Service 接口 * 短信渠道 Service 接口
* *
* @author zzf * @author zzf
* @date 2021/1/25 9:24 * @since 2021/1/25 9:24
*/ */
public interface SmsChannelService { public interface SmsChannelService {

View File

@ -14,7 +14,7 @@ import java.util.Map;
* 短信日志 Service 接口 * 短信日志 Service 接口
* *
* @author zzf * @author zzf
* @date 13:48 2021/3/2 * @since 13:48 2021/3/2
*/ */
public interface SmsLogService { public interface SmsLogService {