dashboard
repositories
filestore
activity
search
login
admin
/
admin
forked from
admin
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2024-06-13
8eea5be3b36875bd4ffe70e6c3a5bb07b1d829bf
[~admin/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();
}