eclipse-sisu / sisu-project

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

Provide utility method that accepts a series of instances and returns a module with wildcard bindings for each instance (Bugzilla Bug 386447) #12

Open mcculls opened 2 years ago

mcculls commented 2 years ago

This issue was created automatically with bugzilla2github

Bugzilla Bug 386447

Date: 2012-08-01 19:06:47 -0400 From: Stuart McCulloch <mcculls@gmail.com> To: Project Inbox <sisu-inbox@eclipse.org>

See also: https://issues.sonatype.org/browse/SISU-117 Last updated: 2013-07-16 21:17:03 -0400

Comment 2144135

Date: 2012-08-01 19:06:47 -0400 From: Stuart McCulloch <mcculls@gmail.com>

Migrated from https://issues.sonatype.org/browse/SISU-117

Need to consider whether these instances should be bound as-is (ie. no further injection) or bound with implicit injection of any contained @Inject members (default).