"pete.muir(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...