You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MergedAnnotation.asAnnotationAttributes() creates a mutable AnnotationAttributes instance; however, the @return tag states that it returns "an immutable map" (likely copied from asMap()).
MergedAnnotation.asAnnotationAttributes()creates a mutableAnnotationAttributesinstance; however, the@returntag states that it returns "an immutable map" (likely copied fromasMap()).