dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
ipo
zyy
2026-01-05
a516c9461d67482d669c1e64a001c06d7e28f218
[交易所/synthesize_trading-order-master.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();
}