You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by David Jencks <da...@yahoo.com> on 2011/01/07 20:28:34 UTC

Re: svn commit: r1056287 - in /openwebbeans/trunk: webbeans-el10/src/main/java/org/apache/webbeans/el10/ webbeans-impl/src/main/java/org/apache/webbeans/el/ webbeans-impl/src/main/java/org/apache/webbeans/plugins/ webbeans-jsf/src/main/java/org/apache/webb...

Before concealing the use of WebBeansContext.getInstance() with this annotation I'd like to see a comment explaining why this is the only way to get the WebBeansContext.

thanks
david jencks

On Jan 7, 2011, at 4:38 AM, gerdogdu@apache.org wrote:

>     @Override
> -    @SuppressWarnings("unchecked")
> +    @SuppressWarnings({"unchecked","deprecation"})
>     public Object getValue(ELContext context, Object obj, Object property) throws NullPointerException, PropertyNotFoundException, ELException
>     {