io.mats3.api.intercept.MatsInterceptableMatsFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mats-intercept-api Show documentation
Show all versions of mats-intercept-api Show documentation
Extension to the Mats^3 API which adds interception capabilities.
package io.mats3.api.intercept;
import io.mats3.MatsFactory;
/**
* Combines the interfaces {@link MatsInterceptable} and {@link MatsFactory}.
*
* @author Endre Stølsvik - 2021-02-07 - http://endre.stolsvik.com
*/
public interface MatsInterceptableMatsFactory extends MatsFactory, MatsInterceptable {
}