senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

added eclim-java-generate-getter #261

Closed nloyola closed 8 years ago

nloyola commented 8 years ago

eclim-java-generate-getter generates a getter method for the symbol at point and does modify the declaration if the member is final.

Calling eclim-java-generate-getter-and-setter on a member that is final removes the final keyword from the declaration.