[webbeans-dev] getEnabledDeploymentTypes signature

Gavin King gavin.king at gmail.com
Tue May 26 13:45:19 EDT 2009


Thanks, fixed.

On Tue, May 26, 2009 at 10:33 AM, Clint Popetz <cpopetz at gmail.com> wrote:
> 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
> _______________________________________________
> webbeans-dev mailing list
> webbeans-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/webbeans-dev
>
>



-- 
Gavin King
gavin.king at gmail.com
http://in.relation.to/Bloggers/Gavin
http://hibernate.org
http://seamframework.org




More information about the weld-dev mailing list