Browse Source
This commit optimizes ClassUtils#getMostSpecificMethod which is a method frequently invoked in typical Spring applications. It refines ClassUtils#isOverridable by considering static and final modifiers as non overridable and optimizes its implementation. Closes gh-30272pull/31496/head
Sébastien Deleuze
1 year ago
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue