Add alias annotation support and refactor annotation handling Introduces AliasAnnotationHandler and AliasAnnotationParameterPack to support 'alias' annotations. Refactors annotation extraction to use a unified target list and adds alias-based fuzzy name matching to AbstractAnnotationTarget. Updates related logic in MainCommand and improves symbol comparison utilities.