]
George Gastaldi closed FORGE-2071.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
FORGE-2407 already creates it
Command java-new-package-info to create a new package-info.java
class
---------------------------------------------------------------------
Key: FORGE-2071
URL:
https://issues.jboss.org/browse/FORGE-2071
Project: Forge
Issue Type: Sub-task
Components: Parsers / File Manipulation
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
It would be good to have a command to create a {{package-info.java}} class. The command
would just have a mandatory {{targetPackage}} attribute (no named). So something like that
:
{code}
java-new-package-info --targetPackage foo.bar
{code}
Will create a the class under {{foo.bar.package-info.java}}