io.dinject.core.BuilderFactory Maven / Gradle / Ivy
package io.dinject.core;
import java.util.List;
/**
* Factory for creating Builder instances.
*
* These Builders are typically used by generated code (Java annotation processing - dinject-generator).
*/
public class BuilderFactory {
/**
* Create the root level Builder.
*
* @param suppliedBeans The list of beans (typically test doubles) supplied when building the context.
*/
public static Builder newRootBuilder(List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy