[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Annotation processing

adrian@jboss.org do-not-reply at jboss.com
Tue Sep 4 08:29:19 EDT 2007


If you want me to do it then I will, but don't ask to write all the code in the forum. :-)

As for your "drawback"

  | public interface MetaDataContext extends MetaDataRetrieval
  | 
  | AND
  | 
  |    /**
  |     * Create a new AbstractMetaDataContext.
  |     * 
  |     * @param parent the parent
  |     * @param retrievals the retrievals
  |     */
  |    public AbstractMetaDataContext(MetaDataContext parent, List<MetaDataRetrieval> retrievals)
  | 

Since you need to reference ALL the local retrievals. 

For the INSTANCE scope there's only probably one, but that certainly isn't true for a generic scope.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080853#4080853

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080853



More information about the jboss-dev-forums mailing list