Annotation Interface IntSetting


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

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

    • path

      String path
      A name of a setting
    • defaultValue

      int defaultValue
      A default value of an int setting