Empty Activate function with @Activate annotation
In a project I am working on there are multiple servlets, services with an activate function with @580286 annotation where the function has no body, said activate function is taking a configuration as parameter. The configuration has a single field. I am attaching code snippet for one such case below for reference.
What is the reason behind these empty activate functions, as they are not passing any value from configuration. furthermore what impact might removing such activate function can cause.

