Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-RC-1
-
Fix Version/s: None
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
Do we still need the InstantiatingComponentAdapter? Now, that the BeanComponentAdapter is a delegate, we have only ConstructorInjectingComponentAdapter as derived class and ICA is nearly emtpy. What's the purpose of the class now?
Activity
Aslak Hellesøy
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
We don't strictly need it now. But I quite like the fact that it is completely dissociated from the java.lang.reflect API. It might be useful to derive other classes from it later, and we have a nice abstraction for that now.
Let's keep it.