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

tfw.immutable.iis.byteiis.ByteIisFactory Maven / Gradle / Ivy

Go to download

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy