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

org.osgl.inject.GeniePlugin Maven / Gradle / Ivy

There is a newer version: 1.13.2
Show newest version
package org.osgl.inject;

/**
 * A `GeniePlugin` can register it self to a genie instance
 */
public interface GeniePlugin {
    /**
     * Implementation shall register to a Genie instance
     * @param genie the Genie instance
     */
    void register(Genie genie);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy