dashboard
repositories
filestore
activity
search
login
main
/
admin
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2024-06-13
a4662cc65a02f258062bf6cc392ceb1017db9292
[admin.git]
/
trading-order-common
/
src
/
main
/
java
/
com
/
yami
/
trading
/
common
/
annotation
/
BeanFieldName.java
1
2
3
4
5
6
7
8
package com.yami.trading.common.annotation;
@java.lang.annotation.Documented
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD})
public @interface BeanFieldName {
String value();
}