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

org.distributeme.support.lifecycle.LifecycleSupportService Maven / Gradle / Ivy

package org.distributeme.support.lifecycle;

import net.anotheria.anoprise.metafactory.Service;
import org.distributeme.annotation.DistributeMe;
import org.distributeme.annotation.SupportService;
import org.distributeme.core.lifecycle.LifecycleComponent;

@DistributeMe(moskitoSupport=false, factoryClazz=LifecycleSupportServiceFactory.class)
@SupportService
public interface LifecycleSupportService extends LifecycleComponent,Service{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy