"[EMAIL PROTECTED]" 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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to