Annotation Type Prototype


Specify a bean that has prototype scope.

A new instance of this bean will be created each time it is requested or wired.



 @Prototype
 class EmailSendHandler {

   ...
 }