[jboss-user] [Microcontainer] - Re: Web Bean Discovery

adrian@jboss.org do-not-reply at jboss.com
Fri Nov 14 09:30:49 EST 2008


"pete.muir at jboss.org" wrote : 
  | public interface WebBeanDiscovery {
  |   |    
  |   |    public Set<Class<?>> discoverWebBeanClasses();
  |   |    
  |   | }
  | 

Isn't it more scalabe to use 
Iterable<class<?>>
which could be a Set but also could be something more performant
if there are a very large number of classes.

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

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



More information about the jboss-user mailing list