Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 333 Bytes

springboot_lombok

@Getter and @Setter: create getters and setters for your fields

@EqualsAndHashCode: implements equals() and hashCode()

@ToString: implements toString()

@Data: uses the four previous features

@Cleanup: closes your stream

@Synchronized: synchronize on objects

@SneakyThrows: throws exceptions