reboot
reboot copied to clipboard
ReBoot: a refactoring tool to automatically apply best practices in Java / Spring-Boot applications.
Results
1
reboot issues
Sort by
recently updated
recently updated
newest added
Currently Lombok is used to add a constructor. It would be nice if a constructor can be added without Lombok (make it configurable). JavaParser provides a `addConstructor` method. The constructor...