Annotation Interface RemoteStringPropertyEdit


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface RemoteStringPropertyEdit
Remote String property configurable in Appfigurate using a text field. See Java String editable implementation
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    String that describes the purpose of the property, to appear in Appfigurate's Configure app screen.
    The third party remote configuration provider property key.
  • Element Details

    • propertyKey

      String propertyKey
      The third party remote configuration provider property key.
      Returns:
      remote property key.
    • description

      String description
      String that describes the purpose of the property, to appear in Appfigurate's Configure app screen.
      Returns:
      string describing purpose of the property.