首页>代码>spring 各种demo实例>/src/cn/itcast/annotation0401/Name.java
package cn.itcast.annotation0401;

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

@Retention(RetentionPolicy.RUNTIME)
@Documented
@Target(ElementType.METHOD)
public @interface Name {
	String aa();
}
最近下载更多
pandanan  LV8 2022年6月15日
lyws1986  LV17 2021年12月16日
llsama  LV9 2020年7月8日
bjgaocl  LV13 2020年3月21日
906396135  LV7 2019年12月25日
1559180068  LV1 2019年12月24日
追梦赤子心  LV1 2019年12月13日
mrqwerdf  LV1 2019年10月30日
136140  LV6 2019年10月27日
zywzywzyw1  LV17 2019年10月7日
最近浏览更多
li739784276  LV5 3月26日
yangchuang  LV1 1月12日
夜起星河  LV8 2023年12月20日
你爹正在加载中  LV4 2023年8月3日
siximu912  LV10 2023年2月22日
莫名奇妙的帅  LV4 2023年2月21日
好的好的  LV8 2022年11月21日
guviva  LV6 2022年10月25日
hjhj2333  LV6 2022年10月6日
evagsd  LV6 2022年9月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友