i used the current versions of Eclipse and Java. I try to moved my RCP application from Java 8 to Java 11. My applications runs but now i have functional issues because i have to remove the @PostConstruct annotation from my code.
Exist any other alternative for this injection annotation?