All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ideaaedi.commonds.author.JustryDeng Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.commonds.author;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 这是一个自恋的注解
 *
 * @author JustryDeng 
 * @since 1.0.0
 */
@SuppressWarnings("all")
@Target(value = {ElementType.TYPE})
@Retention(RetentionPolicy.SOURCE)
public @interface JustryDeng {

    /** 姓名 */
    String[] name() default {"邓沙利文", "亨得帅", "JustryDeng", "邓二洋", "邓帅"};

    /** 座右铭 */
    String motto() default "我是一只小小小小鸟~嗷!嗷!";

    /** 邮箱 */
    String[] email() default {"[email protected]", "[email protected]"};

    /** 好好学习,天天向上 */
    String[] DAY_DAY_UP() default {"https://gitee.com/JustryDeng", "https://github.com/JustryDeng?tab=repositories", "https://blog.csdn.net/justry_deng"};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy