1

原来的:

/* NOT THESE
private String deathPlace;
private String birthPlace;  
private LocalDate birthDate;    
private String notes;
*/

不想要的结果:

/*
* NOT THESE private String deathPlace; private String birthPlace; private
* LocalDate birthDate; private String notes;
*/

有没有办法在新行的开头禁用“*”?我猜它是 javadoc 标准的东西,但是当我想取消注释时它会很烦人。

4

0 回答 0