Annotation Interface OptionHandlerExtension


@Indexed @Retention(RUNTIME) @Target(TYPE) @Documented public @interface OptionHandlerExtension
OptionHandlers that should be auto-discovered. TODO is this actually necessary? @MetaInfServices(OptionHandler.class) seems to work as well.
Author:
Kohsuke Kawaguchi