gpt4 book ai didi

java - 如果注释在不同的行上,字段之间需要空行吗?

转载 作者:搜寻专家 更新时间:2023-10-31 08:04:39 28 4
gpt4 key购买 nike

基本上我想要根据注释数量使用不同的样式,例如

class Foo {
@Autowire private MyService myService;
@Autowire private MyOtherService service;

...
}

但是如果我有更多的注释需要空格

@Entity
class Bar {
@Id
@NotNull
@Column(...)
private Long id;

@NotNull
@NotEmpty
@Column(...)
private String description;
}

我可以强制 IDEA 为这两种样式格式化 Java 吗?

最佳答案

在 Editor > Code Style > Java > Wrapping and Braces 下,将字段注释指定为“Wrap Always”并勾选“Do not wrap after single annotation”框。

图形:

enter image description here

关于java - 如果注释在不同的行上,字段之间需要空行吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26850665/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com