We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java code like:
// @fold:on @Data @NoArgsConstructor @AllArgsConstructor @With // @fold:off public class Movie { private String id; private String title; }
is currently rendered (folding expanded) like:
@Data @NoArgsConstructor @AllArgsConstructor @With public class Movie { private String id; private String title; }
I prefer if it would be rendered like:
What do you think?
The text was updated successfully, but these errors were encountered:
Replace custom WebSocket handler mapping logic
24bf029
Closes spring-iogh-35
No branches or pull requests
Java code like:
is currently rendered (folding expanded) like:
I prefer if it would be rendered like:
What do you think?
The text was updated successfully, but these errors were encountered: