Quantcast
Channel: Developer's Toolbox » Eclipse
Viewing all articles
Browse latest Browse all 5

Reduce Code Noise in Plain Old Java with Lombok

0
0
In dynamic languages such as Groovy, each attribute have its’ own pair of implied getter and setter method. Lombok offer same convenience to plain old Java, via Annotation. Below is an example: The only annotation that do the magic is @Data. Getter and setter method for all field are available in JavaBean convention. You may [...]

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images