它有以下注释。
@HogeAnnotation({"aValue",
"bValue",
"cToooooLooongValueee"})
在Eclipse的Code-Formatter中,它们将是一行的。
@HogeAnnotation({"aValue", "bValue", "cToooooLooongValueee"})
对于这种行为不可取,我想知道保持换行的方式。
如果可能的话,想要解决配置问题,而不是抑制代码格式的方法(例如/* @formatter:on */
)。
答案 0 :(得分:1)
尝试Male