第二章 Lombok框架

  1. 常用注解
    @Data
    @Getter
    @Setter
    @NoArgsConstructor
    @AllArgsConstructor
    @EqualsAndHashCode
    @ToString
    @Slf4j
    @Log4j
dog bird cat
foo foo foo
bar bar bar
baz baz baz
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

你可能感兴趣的:(第二章 Lombok框架)