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, [email protected] wrote: > @Override > - @SuppressWarnings("unchecked") > + @SuppressWarnings({"unchecked","deprecation"}) > public Object getValue(ELContext context, Object obj, Object property) > throws NullPointerException, PropertyNotFoundException, ELException > {
