Annotation Type ConfigurableParameter


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface ConfigurableParameter
    Annotation holding options for dealing with this parameter in the Configurable system.
    Author:
    Fraunhofer IOSB
      • jsonField

        String jsonField
        The name of the field in the configuration JSON to use for storing the value of the annotated field. Defaults to the field name (case sensitive).
        Returns:
        The name of the field in the configuration JSON to use for storing the value of the annotated field.
        Default:
        ""