no.mnemonic.commons.container.ContainerAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of container Show documentation
Show all versions of container Show documentation
Container managing components and their aspects
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