PrepareKeyMetadataParser
Parser for extracting PrepareKey metadata from annotated interface classes. This parser analyzes PrepareKey interfaces annotated with @PreparableKey to extract the necessary metadata for proxy creation, including name, interface type, and value type.
The parser caches parsed metadata for performance and supports both direct parsing and extension functions for convenient access.