Annotation Type NacosValue

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The actual value expression: e.g.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean autoRefreshed
      It 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
      • autoRefreshed

        boolean autoRefreshed
        It indicates that the currently bound property is auto-refreshed when Nacos configuration is changed.
        Returns:
        default value is false
        Default:
        false