AGAnudeep Garnepudiinadapttoaem.hashnode.dev·Jan 10 · 2 min readOSGi Bundle ActivatorA 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 00