ARTICLE AD BOX
Consider:
@AllArgsConstructor(onConstructor_ = @Autowired)I used this @AllArgsConstructor Lombok annotation in my class repository during Spring Boot work.
cannot find symbol symbol: method onConstructor_() location: @interface lombok.AllArgsConstructor31.2k22 gold badges111 silver badges134 bronze badges
New contributor
user32299629 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
3
Explore related questions
See similar questions with these tags.

need more code I guess) by the way @AllArgsConstructor works without (onConstructor_ = @Autowired)?
2026-03-10 14:06:35 +00:00
Commented 17 hours ago
How about onConstructor = @__(@Autowired)?
2026-03-10 14:32:08 +00:00
Commented 17 hours ago
check whether the lombok plugin missing in the ide ? or annotation processing is disabled? or lombok import correct?
2026-03-11 05:08:44 +00:00
Commented 2 hours ago