Annotation Interface OptionValues


@Retention(RUNTIME) @Target(PARAMETER) @Documented public @interface OptionValues
Annotation marking a method parameter which completion proposals should be used.
  • Element Details

    • provider

      String[] provider
      Names of beans for CompletionProvider.
      Returns:
      names of CompletionProvider beans
      Default:
      {}