Versions in this module Expand all Collapse all v0 v0.81.2 Feb 20, 2026 v0.81.1 Feb 19, 2026 Changes in this version + type Annotated interface + Annotations func() annotation.Annotations + Filter func(preds ...AnnotationPredicate) annotation.Annotations + type AnnotationPredicate func(annotation.Annotation) bool + func ByAnalyzer(analyzerID string) AnnotationPredicate + func ByName(name string) AnnotationPredicate + func ByType(atype string) AnnotationPredicate + type BaseAnnotated struct + func (a *BaseAnnotated) AddAnnotations(annotations ...annotation.Annotation) + func (a *BaseAnnotated) Annotations() annotation.Annotations + func (a *BaseAnnotated) Filter(preds ...AnnotationPredicate) annotation.Annotations