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

tfw.immutable.iis.intiis.IntIisFactory Maven / Gradle / Ivy

Go to download

The FrameWork for building highly scalable and maintainable applications

The newest version!
package tfw.immutable.iis.intiis;

/**
 * This interface defines a factory that creates IntIis objects.
 */
public interface IntIisFactory {
    /**
     * Create a IntIis object.
     *
     * @return the IntIis object.
     */
    IntIis create();
}
// AUTO GENERATED FROM TEMPLATE




© 2015 - 2024 Weber Informatics LLC | Privacy Policy