Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: 1.0.0.Beta1
-
Fix Version/s: None
-
Component/s: Builtin Plugins
-
Labels:None
Description
To avoid boilerplate code, it would be interesting that the entities created on Forge use Lombok.
As the latest version says (0.10.0), dependency on lombok.jar in runtime is not necessary, so it would be a cool feature to generate getters and setters (also toString and equals/hashCode) without requiring any additional code.
Here is the URL: http://projectlombok.org/