Annotation Interface NacosProperty


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface NacosProperty
An annotation for Nacos Property name of Nacos Configuration to bind a field from annotated NacosConfigurationProperties Properties Object.
从以下版本开始:
0.2.0
作者:
Mercy
另请参阅:
NacosConfigurationProperties, NacosIgnore
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The property name of Nacos Configuration to bind a field.
  • 元素详细资料

    • value

      String value
      The property name of Nacos Configuration to bind a field.
      返回:
      property name