[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Annotation processing
adrian@jboss.org
do-not-reply at jboss.com
Tue Sep 4 08:36:08 EDT 2007
If you mean it isn't a MetaDataContext in the first place,
that's not going to happen in practice for the real scoped metadata used by applications,
but if it were true then it would represent only be a single local scope.
So the code would be:
| if (retrieval instanceof MetaDataContext && scopeFoundInContext())
| createBridgeForNewContextOfLocalRetrievals();
| else if (singleRetrievalMatchesScope())
| createBridgeForRetrieval();
| else
| // Not found
| return null;
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080857#4080857
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080857
More information about the jboss-dev-forums
mailing list