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
It is a user configuration error if an alias is configured via @AliasFor for an attribute in a meta-annotation and the meta-annotation is not meta-present. However, the support for validating the configuration of @AliasFor in AnnotationUtils currently silently ignores such errors.
Deliverables
Ensure that an exception is thrown whenever a required meta-annotation is not present or meta-present on an annotation that declares an alias for an attribute in the meta-annotation.