Annotation Interface StringSetting


@Retention(RUNTIME) @Target(METHOD) public @interface StringSetting
An annotation used to mark a setting of type String
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A default value of a String setting
    A name of a setting
  • Element Details

    • path

      String path
      A name of a setting
    • defaultValue

      String defaultValue
      A default value of a String setting