I am reading documentation about @PostConstruct
on this site: https://www.baeldung.com/spring-postconstruct-predestroy
It is written:
The method annotated with @PostConstruct can have any access level but it can't be static.
Can someone tell me why method annotated with this annotation cannot be static?