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

io.github.sinri.keel.core.SelfInterface Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
package io.github.sinri.keel.core;

import javax.annotation.Nonnull;

/**
 * For the "return self" trick, let the interface could define a self return method to make chain call available.
 *
 * @param  The final implementation class.
 * @since 3.1.10
 */
public interface SelfInterface {
    @Nonnull
    T getImplementation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy