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

no.mnemonic.commons.container.plugins.ComponentContainerPlugin Maven / Gradle / Ivy

package no.mnemonic.commons.container.plugins;

import java.util.Map;

/**
 * Use this interface to register container plugins.
 * Plugins will be invoked before the container is validated or started.
 */
public interface ComponentContainerPlugin {

  boolean appliesTo(Object obj);

  void registerBeans(Map matchingBeans);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy