Where are the default methods of WebMvcConfigurer
问题 This is from WebMvcConfigurerAdapter, the official Spring documentation. Deprecated. as of 5.0 WebMvcConfigurer has default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapter I looked at the source code of WebMvcConfigurer but I couldn't find a single method with the keyword 'default'. How exactly does WebMvcConfigurer have default methods defined? I must confess that I don't understand (made possible by a Java 8 baseline) I tried