@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface RpcProvider
| 限定符和类型 | 可选元素和说明 |
|---|---|
String[] |
parameters
自定义参数键值对,如: {key1, value1, key2, value2}
|
int |
weight
权重,默认100.
|
public abstract String[] parameters
Copyright © 2020. All rights reserved.