reformat code with annotation
Hi,
I have this code:
@EJB private Bean bean;
if i use code/reformat, it will be split into :
@EJB
private Bean bean
is there a way to avoid this split, just keep it as one line? Thanks,
Angelo
Please sign in to leave a comment.
Hello Angelo,
You could try to play with Settings / * Code style / Wrapping / Field annotations
option.
Alexander.