
IntelliJ Lombok plugin
A plugin that adds first-class support for Project Lombok Features
@Getter and @Setter
@FieldNameConstants
@ToString
@EqualsAndHashCode
@AllArgsConstructor, @RequiredArgsConstructor and @NoArgsConstructor
@Log, @Log4j, @Log4j2, @Slf4j, @XSlf4j, @CommonsLog, @JBossLog, @Flogger, @CustomLog
@Data
@Builder
@SuperBuilder
@Singular
@Delegate
@Value
@Accessors
@Wither
@With
@SneakyThrows
@val
@var
experimental @var
@UtilityClass
Lombok config system
Code inspections
Refactoring actions (lombok and delombok)

IntelliJ Lombok插件为开发者提供了对Project Lombok特性的全面支持,包括@Getter/@Setter、@ToString、@EqualsAndHashCode等常用注解,简化了代码编写。此外,该插件还涵盖了日志库如@Log系列,@Data、@Builder等构造函数和实用工具类注解,以及Lombok配置系统、代码检查和重构功能,极大地提高了开发效率。
8840

被折叠的 条评论
为什么被折叠?



