reformat code with annotation Permanently deleted user 创建于 2008年03月09日 05:07 Hi,I have this code: @EJB private Bean bean;if i use code/reformat, it will be split into :@EJB private Bean beanis there a way to avoid this split, just keep it as one line? Thanks,Angelo
Hello Angelo,
You could try to play with Settings / * Code style / Wrapping / Field annotations
option.
Alexander.