mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
500767a0fb
Prior to this commit, only the MethodFilter and ConstructorResolver functional SPIs in the org.springframework.expression package were annotated with @FunctionalInterface. For consistency, this commit designates each of the following functional SPIs in that package as a @FunctionalInterface as well. - BeanResolver - ConstructorExecutor - MethodExecutor - MethodResolver Closes gh-32135