Java: enum annotated with "@Deprecated // Some comment" indents improperly

已回答

Running the Java code formatter on an enum with values annotated with "@Deprecated" and "@Deprecated  // Some comment" results in an improper indent on the version with a comment on the same line as the enum. I believe the indent level is based on my continuation indent setting: 8 spaces. Does this look like a bug to y'all?


0

请先登录再写评论。