eclipse-sisu / sisu-project

Sisu Inject
https://www.eclipse.org/sisu
Eclipse Public License 2.0
17 stars 15 forks source link

Support for binding qualified providers using other scopes (Bugzilla Bug 470493) #26

Open mcculls opened 2 years ago

mcculls commented 2 years ago

This issue was created automatically with bugzilla2github

Bugzilla Bug 470493

Date: 2015-06-18 09:43:11 -0400 From: Stuart McCulloch <mcculls@gmail.com> To: Project Inbox <sisu-inbox@eclipse.org>

Last updated: 2015-06-18 09:43:11 -0400

Comment 2579749

Date: 2015-06-18 09:43:11 -0400 From: Stuart McCulloch <mcculls@gmail.com>

Currently Sisu supports binding the output provided by qualified providers as either unscoped, Singleton, or EagerSingleton. We should extend this to include other scope annotations such as RequestScope.