Annotation Interface ConditionalForOpenSearch
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Conditional(OpenSearchCondition.class)
public @interface ConditionalForOpenSearch
@Conditional
that only matches when the "search.platform" property in the application config is set to "opensearch".- Since:
- 8.6
-
Nested Class Summary
Nested Classes