package com.mandi.common.mail; import java.util.List; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; @Service @Scope("singleton") public class Mailsendthread extends Thread { }