Annotation Interface RemoteIntPropertyEdit


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface RemoteIntPropertyEdit
Remote Integer property configurable in Appfigurate using a text field. See Java int 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.