Annotation Type Setting.Description


  • @Target(FIELD)
    @Retention(CLASS)
    public static @interface Setting.Description
    Setting value description annotation. Annotation for providing a description for an individual value field (e.g. an enum constants). enum MyEnum { \@Setting.Description("This is A value") A_VALUE } Descriptions will be used when generating documentation for a fields allowable values.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value