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

Gurkan Erdogdu gurkanerdogdu at yahoo.com
Sat Jan 17 15:37:51 EST 2009


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;


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20090117/6736db84/attachment.html 


More information about the weld-dev mailing list