
org.friendularity.xgra.osgi.Activator Maven / Gradle / Ivy
The newest version!
package org.friendularity.xgra.osgi;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
public class Activator implements BundleActivator {
public void start(BundleContext context) throws Exception {
// TODO add activation code here
}
public void stop(BundleContext context) throws Exception {
// TODO add deactivation code here
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy