-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.Beta4
-
None
I need to create an enum and the java command is missing. With the new syntax in Forge 2.x, what I need to do is :
java-new-enum --named CreditCardType --package org.agoncal.application.petstore.model ; java-new-enum-const VISA ; java-new-enum-const AMERICAN_EXPRESS ; java-new-enum-const MASTER_CARD ;