首页>代码>spring+spring mvc+spring jpa+velocity开发b2c多用户商城项目,功能比较完善,有后台管理系统>/shopping/src/com/shopping/core/annotation/Title.java
01 | package com.shopping.core.annotation; |
02 |
03 | import java.lang.annotation.Documented; |
04 | import java.lang.annotation.Inherited; |
05 | import java.lang.annotation.Retention; |
06 | import java.lang.annotation.RetentionPolicy; |
07 | import java.lang.annotation.Target; |
08 |
09 | @Target ({java.lang.annotation.ElementType.FIELD}) |
10 | @Retention (RetentionPolicy.RUNTIME) |
11 | @Documented |
12 | @Inherited |
13 | public @interface Title |
14 | { |
15 | public abstract String value(); |
16 | } |

zolscy LV24
2024年11月28日
杨豫川 LV12
2024年3月14日
SDLFJL LV6
2023年8月16日
testuser1234567 LV24
2022年6月15日
oulingqiao LV13
2022年6月8日
wanglinddad LV55
2022年4月10日
evagsd LV6
2022年1月3日
sanshao526 LV12
2021年5月30日
有一种心情叫痛心 LV8
2021年4月16日
ewan007 LV30
2021年3月30日