How to de-OSGify a bundle to plain Java package?

Viewed 23

Some bundles are potentially useful even in a non-OSGi environment but rely on an OSGi environment. Out there are plenty of guides on how to port a Java package to OSGi bundles, but are there any common guides or tools about the reverse process to purge OSGi-specific parts (e.g., Activator, Service) of the source code and make it a plain Java package?

0 Answers
Related