Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 728 Bytes

File metadata and controls

23 lines (13 loc) · 728 Bytes

walkmod-setter-getter-plugin

Build Status

This project is a walkmod plugin to generate a setter and a setter for each field declaration.

Usage

Inside your transformation chain, you need to declare the following code transformation.

<transformation type="walkmod:commons:setter-getter-gen" isMergeable="true">

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.