StandardAnnotationMetadata does not use declared methods cache #22907
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
StandardAnnotationMetadata
currently directly callsgetDeclaredMethods
. It could use theReflectionUtils
method instead to take advantage of the cache.The text was updated successfully, but these errors were encountered: