albert's blog
Showing posts with label
Project Lombok
.
Show all posts
Showing posts with label
Project Lombok
.
Show all posts
2017/08/10
How to Improve Code Coverage After Using Apache Lombok?
›
Problem After using Project Lombok, we can find out it help use reduce our boilerplate code. 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
2017/08/03
[Lombok] Utilize @Builder annotation to produce complex builder APIs for your classes
›
Problem If you would like to apply builder pattern in your Java class, the class will looks like: package albert.practice.designPattern.bu...
2016/10/08
[Project Lombok] @Cleanup
›
Project Lombok provide an easy way to ensure a given resource is automatically cleaned up before the code execution path exits your current ...
2016/05/06
Using Project Lombok to eliminate boilerplate code
›
What is boilerplate code Boilerplate is the term used to describe sections of code that have to be included in many places with little or n...
›
Home
View web version