tfw.immutable.iis.byteiis.ByteIisFactory 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.byteiis;
/**
* This interface defines a factory that creates ByteIis objects.
*/
public interface ByteIisFactory {
/**
* Create a ByteIis object.
*
* @return the ByteIis object.
*/
ByteIis create();
}
// AUTO GENERATED FROM TEMPLATE