Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2018 Changes in this version + type Annotation struct + Attributes map[string]string + Name string + type AnnotationDescriptor struct + Name string + ParamNames []string + Validator validationFunc + type AnnotationRegister interface + ResolveAnnotation func(annotationDocline string) (Annotation, bool) + ResolveAnnotationByName func(annotationDocline []string, name string) (Annotation, bool) + ResolveAnnotations func(annotationDocline []string) []Annotation + func NewRegistry(descriptors []AnnotationDescriptor) AnnotationRegister