org.osgl.inject.GeniePlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of genie Show documentation
Show all versions of genie Show documentation
A JSR330 style dependency injection solution
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