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

io.mats3.api.intercept.MatsInterceptableMatsFactory Maven / Gradle / Ivy

There is a newer version: 0.19.22-2024-11-09
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy