package com.huaao.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited public @interface AutoInject { public String name(); }

telsawu LV1
2023年1月18日
我要赚钱 LV6
2020年11月4日
john93 LV15
2018年12月28日
dagf113225 LV68
2018年12月27日
刚睡醒的麋鹿 LV10
2018年4月2日
li74659526 LV2
2017年10月12日
maojianyun LV30
2017年8月19日
荭琪枫 LV15
2013年5月6日
aitixiaozi LV22
2013年3月23日
yihui1229 LV13
2013年3月21日