Annotation Type NacosValue
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface NacosValue
Annotation which extends value to support auto-refresh- Since:
- 0.2.0
- Author:
- hxy1991
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanautoRefreshedIt indicates that the currently bound property is auto-refreshed when Nacos configuration is changed.
-
-
-
Element Detail
-
value
String value
The actual value expression: e.g. "#{systemProperties.myProp}".- Returns:
- value expression
-
-