Antonio Goncalves created FORGE-2226:
----------------------------------------
Summary: Being able to add a CDI injection point
Key: FORGE-2226
URL:
https://issues.jboss.org/browse/FORGE-2226
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.14.0.Final
Reporter: Antonio Goncalves
It would be useful to have a command to add a new CDI injection point to an existing bean.
A command such as :
{code}
cdi-add-injection-point --named logger --type org.apache.logging.log4j.Logger --accessType
private
{code}
Would add to an existing class the following code :
{code}
@Inject
private Logger logger;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)