Why?
I think the current API is sufficient, right?
On Sun, Jan 18, 2009 at 7:37 AM, Gurkan Erdogdu <gurkanerdogdu(a)yahoo.com> wrote:
Hi;
In section 6.1, the contents of the CreationalContext is written as follows;
public interface CreationalContext<T>
{
void push(T incompleteInstance);
}
Is it applicable to change it as
public void push(Bean<T> bean, T incompleteInstance);
and also add another method to pop this incomplete instance from the
creational context;
public T pop(Bean<T> bean)
/Gurkan
Thanks;
_______________________________________________
webbeans-dev mailing list
webbeans-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/webbeans-dev
--
Gavin King
gavin.king(a)gmail.com
http://in.relation.to/Bloggers/Gavin
http://hibernate.org
http://seamframework.org