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

se.jbee.inject.util.InjectronSource Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
/*
 *  Copyright (c) 2012, Jan Bernitt 
 *			
 *  Licensed under the Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0
 */
package se.jbee.inject.util;

import se.jbee.inject.Injector;
import se.jbee.inject.Injectron;

/**
 * A factory like origin for {@link Injectron}s.
 * 
 * This is a abstraction on a concrete setup.
 * 
 * @author Jan Bernitt ([email protected])
 * 
 */
public interface InjectronSource {

	/**
	 * @return A list of {@link Injectron}s suitable for the {@link Injector} given. That mean will
	 *         become the {@link Injector}s basis and therefore share the same view and data.
	 */
	Injectron[] exportTo( Injector injector );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy