Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Here's a patch for this.
Let me know what you think.
Additionally, I wish there was a way to simply add other injectors. It arguably makes PicoBuilder more complex, but at least a protected method subclasses could use would be sweet.
Here's a second version of this patch which extracts a protected addInjector() method, allowing subclassing of PicoBuilder for added functionality. (i.e this would save me now, I'd be able to add my injectors-with-custom-annotations)