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

org.distributeme.test.logging.LoggedService Maven / Gradle / Ivy

package org.distributeme.test.logging;

import net.anotheria.anoprise.metafactory.Service;
import org.distributeme.annotation.DistributeMe;
import org.distributeme.generator.logwriter.SL4JLogWriter;

@DistributeMe(logWriterClazz=SL4JLogWriter.class )
public interface LoggedService extends Service{
	void dummyMethod();
	
	boolean anotherMethod(long parameter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy