Seto created DELTASPIKE-1233:
--------------------------------

             Summary: For injectFields helper method in BeanProvider, maybe 
there should be a dispose helper method
                 Key: DELTASPIKE-1233
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1233
             Project: DeltaSpike
          Issue Type: Bug
            Reporter: Seto


http://docs.jboss.org/weld/reference/latest/en-US/html_single/#_the_literal_injectiontarget_literal_interface

I'm not sure whether the code below is necessary.
{code:java}
//destroy the framework component instance and clean up dependent objects

it.preDestroy(instance);  //call the @PreDestroy method

it.dispose(instance);  //it is now safe to discard the instance

ctx.release();  //clean up dependent objects
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to