-
Type: Improvement
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.16.0
-
Component/s: appng-tools
-
Labels:None
Given the property
fooBar=a value
The constant to be created should look like
/** a value */ public static final String FOO_BAR = "fooBar";
In that way the developer can see the (default) value for the used property.