dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
39 mins ago
b426757e13490d9d88a75faf7ba94455b890f582
[交易所/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();
}