首页>代码>spring注解annotation实例demo>/annotation/src/com/huaao/annotation/AutoInject.java
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日
最近浏览更多
telsawu  LV1 2023年1月18日
guviva  LV6 2022年10月25日
好好必须的快乐 2021年10月30日
暂无贡献等级
sizeking  LV8 2021年4月9日
1036608941  LV1 2021年3月18日
hjd3983  LV10 2020年12月9日
我要赚钱  LV6 2020年11月4日
wangchengwen  LV15 2020年6月21日
风间千月  LV13 2020年5月27日
月之氏族  LV23 2019年12月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友