[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Adding applyMetaData method to KernelControllerContext
adrian@jboss.org
do-not-reply at jboss.com
Fri Aug 3 10:49:33 EDT 2007
You need to take a step back and explain it from first princples.
e.g. You've reused the MetaDataVisitors to do what?
They look at the MetaData object not the real object graph how does this relate
to annotations are you talking about the annotations in the xml?
Why would the annotations be already processed?
Short of finding the time (I don't at the moment) to do a code read on all these changes
(not just the latest stuff), I can't really comment.
I can say from that code that was broken,
I don't like the idea of hardwiring those annotation handlers
What was it something like?
| Adapter[] adapters
| {
| ImplementationDetail1Adapter.INSTANCE
| ImplementationDetail2Adapter.INSTANCE
| };
|
How does one add ImplementationDetail3Adapter or use
AlternateImplementationDetail1Adapter.INSTANCE.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070642#4070642
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070642
More information about the jboss-dev-forums
mailing list