[webbeans-dev] getEnabledDeploymentTypes signature

Clint Popetz cpopetz at gmail.com
Tue May 26 13:33:33 EDT 2009


Hi,

Is there any reason BeanManager.getEnabledDeploymentTypes shouldn't be:

   public List<Class<? extends Annotation>> getEnabledDeploymentTypes()

rather than

   public List<Class<?>> getEnabledDeploymentTypes()


The existing ManagerImpl stores that list with the former type, and
Bean<T>  assumes that as well:

  Class<? extends Annotation> getDeploymentType();

-Clint

-- 
Clint Popetz
http://42lines.net
Scalable Web Application Development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20090526/4770f62b/attachment.html 


More information about the weld-dev mailing list