Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 324 Bytes

javaparser-goodness

Collection of small code manipulation java scripts based on javaparser

List of Scripts

  • InterfaceCleaner - removed abstract keyword from interface declarations, removed public and abstract keywords from interface methods
  • InterfaceDocumentation - prints undocumented declarations in interfaces