mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
Add @FunctionalInterface on candidate interfaces
Issue: SPR-14432
This commit is contained in:
+1
@@ -36,6 +36,7 @@ import javax.mail.internet.MimeMessage;
|
||||
* @see JavaMailSender#send(MimeMessagePreparator[])
|
||||
* @see MimeMessageHelper
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface MimeMessagePreparator {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user