Interface ComplexQueryOptions<K extends ComplexQueryKey<?>>

Type Parameters:
K - The type of the complex query key, which must extend ComplexQueryKey.
All Superinterfaces:
QueryOptions<K,ComplexPointType>
All Known Implementing Classes:
AnnotationQueryOptions, MetadataQueryOptions

public interface ComplexQueryOptions<K extends ComplexQueryKey<?>> extends QueryOptions<K,ComplexPointType>
Represents options for querying complex points.

This marker interface extends QueryOptions to provide additional functionality specific to querying complex points. It uses a generic type parameter K that must extend ComplexQueryKey.