mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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