Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

File metadata and controls

7 lines (5 loc) · 278 Bytes

Getter-Setter methods generator for Java

Version 1 of this utility is available at - v1

  • Takes a class's member variable declarations, each on separate line.
  • Generates getter and setter methods for each input line.

V1 Generator