![JAR search and dependency download from the Maven repository](/logo.png)
net.alantea.xtend.IExtension Maven / Gradle / Ivy
package net.alantea.xtend;
/**
* The IExtension Interface.
*/
public interface IExtension
{
/**
* Gets the extended interface.
*
* @return the extended interface
*/
public Class> getExtendedInterface();
/**
* Adds an implementation.
*
* @param object the extension object
* @throws Xception the xception
*/
public void addImplementation(Object object) throws Xception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy