Annotation Interface SupportedSearchVersion


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Repeatable(SupportedSearchVersions.class) public @interface SupportedSearchVersion
Ensures classes and methods that rely on specific back end search distributions are accessible only if a supported distribution is running on the server. Version is an optional semantic versioning expression if a specific version of a distribution is required.