[webbeans-dev] Section 6.1 [The Contextual Interface]

Gavin King gavin at hibernate.org
Sun Jan 18 16:00:35 EST 2009


Why?

I think the current API is sufficient, right?

On Sun, Jan 18, 2009 at 7:37 AM, Gurkan Erdogdu <gurkanerdogdu at 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 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