[
https://issues.jboss.org/browse/FORGE-1620?page=com.atlassian.jira.plugin...
]
Antonio Goncalves closed FORGE-1620.
------------------------------------
Resolution: Done
Realized that I closed this JIRA because of creating the tutorial [FORGE-2232] and
refactoring Bean Validation commands [FORGE-2261]
Command constraint-new-payload to create a new payload
------------------------------------------------------
Key: FORGE-1620
URL:
https://issues.jboss.org/browse/FORGE-1620
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.1.1.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
It would be nice to have a command to create a new Payload. It's quite easy to
generate and would help :
{code}
constraint-new-payload --named Error
{code}
Will generate :
{code}
public class Error implements Payload {
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)