[weld-issues] [JBoss JIRA] Created: (CDI-21) Support PostConstruct callbacks in Extension class
Sivakumar Thyagarajan (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 05:33:47 EST 2010
Support PostConstruct callbacks in Extension class
--------------------------------------------------
Key: CDI-21
URL: https://jira.jboss.org/browse/CDI-21
Project: CDI Specification Issues
Issue Type: Feature Request
Affects Versions: 1.0
Reporter: Sivakumar Thyagarajan
Priority: Minor
It is sometimes useful to get to know after a portable extension class has been instantiated, so that the state of the Extension could be initialized [ie not establishing state in the constructor and having it called twice when the Extension is proxied]. Though the 1.0 specification does not require this, it would be useful to support @PostConstruct callback on Extension class in the next version of the specification.
Please see https://jira.jboss.org/browse/WELD-713 for additional information on this issue.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list