项目作者: arturbosch
项目描述 :
Collection of small code manipulation java scripts based on javaparser
高级语言: Java
项目地址: git://github.com/arturbosch/javaparser-goodness.git
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