use of org.enumerable.lambda.weaving.LambdaLoader in project enumerable by hraberg.
the class LambdaWeavingActivator method start.
public void start(BundleContext bundleContext) throws Exception {
debug("[osgi] " + Version.getVersionString());
loader = new LambdaLoader();
weavingHook = bundleContext.registerService(WeavingHook.class, this, new Hashtable<String, Object>());
}
Aggregations