Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以用一个注释来注释多个字段?就像是:
@FXML( private TextField tf1; private TextField tf2; private TextField tf3;)
不,您不能用一个注释来注释多个字段。