
com.yahoo.container.di.ComponentDeconstructor Maven / Gradle / Ivy
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.di;
import org.osgi.framework.Bundle;
import java.util.Collection;
import java.util.List;
/**
* @author gjoranv
* @author Tony Vaagenes
*/
public interface ComponentDeconstructor {
/** Deconstructs the given components in order, then the given bundles. */
void deconstruct(long generation, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy