An open API service indexing awesome lists of open source software.

https://github.com/arturbosch/javaparser-goodness

Collection of small code manipulation java scripts based on javaparser
https://github.com/arturbosch/javaparser-goodness

code-cleaning code-manipulation java javaparser

Last synced: over 1 year ago
JSON representation

Collection of small code manipulation java scripts based on javaparser

Awesome Lists containing this project

README

          

# 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