项目作者: arturbosch

项目描述 :
Collection of small code manipulation java scripts based on javaparser
高级语言: Java
项目地址: git://github.com/arturbosch/javaparser-goodness.git
创建时间: 2017-03-06T22:26:57Z
项目社区:https://github.com/arturbosch/javaparser-goodness

开源协议:MIT License

下载


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