Closed stickfigure closed 4 months ago
This project seems to only generate javax.annotation.PostConstruct annotations. Those annotations have no effect in Spring 6 (ie Spring Boot 3). Spring 6 only pays attention to jakarta.annotation.PostConstruct.
javax.annotation.PostConstruct
jakarta.annotation.PostConstruct
Duplicate of #105
This project seems to only generate
javax.annotation.PostConstruct
annotations. Those annotations have no effect in Spring 6 (ie Spring Boot 3). Spring 6 only pays attention tojakarta.annotation.PostConstruct
.