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

no.mnemonic.commons.container.ContainerAware Maven / Gradle / Ivy

The newest version!
package no.mnemonic.commons.container;

/**
 * Interface for plugins which need a reference to its container.
 * Any component defined in a container implementing this interface will be registered before the container initializes.
 */
public interface ContainerAware {

  void registerContainerAware(ComponentContainer parent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy