Add ability to preserve custom code in both mapping and class files through "custom code region"
Give user ability to add his own custom code to both mapping and class files which is preserved through "custom code region"
Example:
// -- Begin custom code region --
MyCustomCode1();
MyCustomCode2();
// -- End custom code region --
6
votes
Rocco
shared this idea