OSGi Bundle Activator
A Bundle Activator is a Java class that allows you to hook into a bundle’s lifecycle.
It lets you execute custom logic when:
A bundle starts
A bundle stops
In simple terms:
A Bundle Activator is the entry and exit point of a bundle.
BundleActi...
adapttoaem.hashnode.dev2 min read