注释类型 NacosProperty
-
@Target(FIELD) @Retention(RUNTIME) @Documented public @interface NacosPropertyAn annotation for Nacos Property name of Nacos Configuration to bind a field from annotatedNacosConfigurationPropertiesProperties Object.- 从以下版本开始:
- 0.2.0
- 作者:
- Mercy
- 另请参阅:
NacosConfigurationProperties,NacosIgnore
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 java.lang.StringvalueThe property name of Nacos Configuration to bind a field.
-