All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.notima.businessobjects.adapter.p27.Activator Maven / Gradle / Ivy

The newest version!
package org.notima.businessobjects.adapter.p27;

import org.apache.karaf.util.tracker.BaseActivator;
import org.apache.karaf.util.tracker.annotation.ProvideService;
import org.apache.karaf.util.tracker.annotation.Services;
import org.notima.generic.ifacebusinessobjects.PaymentBatchFactory;

@Services(
		provides = {
				@ProvideService(PaymentBatchFactory.class)
		}
)
public class Activator extends BaseActivator {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy