This is a java dev plugin 4 Eclipse for my team. The aim of this tool is to make the java dev quickly, easily and standardly for my team in the help of Eclipse plug-in. Hope it is also useful for any other java developers who is using Eclipse.
change logs
2017/09/20
Add the Builder code generation for immutable class. The code comes messy now, find time to tidy it up.
2017/09/15
Add the lazy-init feature to pojo fluent-api generation function for complex type such List, Map
2017/09/14
Add the functionality to change the normal enum to enhanced one with ability like
isEnabled(int features, Feature feature)
config(int features, Feature feature, boolean state)
of(Feature[] features)
2017/09/14
Add the support for List and Map fluent api generation for POJO
2017/09/07
Add the functionality to change the manager bean to singleton bean
2017/09/03
Add the functionality to generate fluent api for java beans