Annotation Type ConfigurationProperty

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      The name of the configuration property.
      String value
      The value of the configuration property.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] profiles
      The profiles this configuration property applies with.
    • Element Detail

      • name

        String name
        The name of the configuration property.
        Returns:
        the name.
      • value

        String value
        The value of the configuration property.
        Returns:
        the value.
      • profiles

        String[] profiles
        The profiles this configuration property applies with.
        Returns:
        the configuration profiles.
        Default:
        {}