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

com.google.inject.spi.UntargettedBinding Maven / Gradle / Ivy

package com.google.inject.spi;

import com.google.inject.Binding;

/**
 * An untargetted binding. This binding indicates that the injector should use its implicit binding
 * strategies to resolve injections.
 *
 */
public interface UntargettedBinding extends Binding {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy