]
Antonio Goncalves updated FORGE-1620:
-------------------------------------
Parent Issue: FORGE-1926 (was: FORGE-1615)
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
Security Level: Public(Everyone can see)
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}