mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
send(..) -methods of JavaMailSenderImpl which is only delegating to other methods are pulled up as default methods in the interfaces JavaMailSender and MailSender, to make these interfaces require fewer methods to implement. See gh-23651