Annotation Type NacosProperty
-
@Target(FIELD) @Retention(RUNTIME) @Documented public @interface NacosProperty
An annotation for Nacos Property name of Nacos Configuration to bind a field from annotatedNacosConfigurationPropertiesProperties Object.- Since:
- 0.2.0
- Author:
- Mercy
- See Also:
NacosConfigurationProperties,NacosIgnore
-
-
Element Detail
-
value
String value
The property name of Nacos Configuration to bind a field- Returns:
- property name
-
-