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

com.google.inject.internal.ConstructionProxyFactory Maven / Gradle / Ivy

package com.google.inject.internal;

/**
 * Creates {@link ConstructionProxy} instances.
 */
interface ConstructionProxyFactory {

    /**
     * Gets a construction proxy for the given constructor.
     */
    ConstructionProxy create() throws ErrorsException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy