Annotation Type Documentation.SuffixOption


  • @Target({FIELD,TYPE})
    @Retention(RUNTIME)
    @Internal
    public static @interface Documentation.SuffixOption
    Annotation used on config option fields or options class to mark them as a suffix-option; i.e., a config option where the key is only a suffix, with the prefix being dynamically provided at runtime.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value