@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface NacosValue
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The actual value expression: e.g.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoRefreshed
It indicates that the currently bound property is auto-refreshed when Nacos configuration is changed.
|
public abstract String value
Copyright © 2018–2019 Alibaba Group. All rights reserved.