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

org.devocative.demeter.iservice.IRequestLifecycle Maven / Gradle / Ivy

The newest version!
package org.devocative.demeter.iservice;

public interface IRequestLifecycle {
	void beforeRequest();

	void afterResponse();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy