Interface AnnotationPointProcessor

All Superinterfaces:
ComplexPointProcessor<AnnotationPoint,AnnotationQueryKey>, QueriedPointProcessor<AnnotationPoint,AnnotationQueryKey,ComplexPointType>
All Known Implementing Classes:
DefaultAnnotationProcessor

public interface AnnotationPointProcessor extends ComplexPointProcessor<AnnotationPoint,AnnotationQueryKey>
A marker interface for processing annotation points.

This interface extends ComplexPointProcessor to handle AnnotationPoint objects associated with AnnotationQueryKey. It defines the contract for processing annotation-specific data points in a query.