Interface ISpaceBindingProvider<T>

Type Parameters:
T - The interface type
All Superinterfaces:
javax.inject.Provider<T>

public interface ISpaceBindingProvider<T> extends javax.inject.Provider<T>
Provides an instance of the interface implementation configured for the currently active space. Useful for having different implementations of the same interface for different spaces.
  • Method Summary

    Methods inherited from interface javax.inject.Provider

    get