tfw.immutable.iis.intiis.IntIisFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tfw Show documentation
Show all versions of tfw Show documentation
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