You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Seto (JIRA)" <ji...@apache.org> on 2017/01/23 13:28:26 UTC

[jira] [Created] (DELTASPIKE-1233) For injectFields helper method in BeanProvider, maybe there should be a dispose helper method

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)