Interface ISpaceSingleProvider<T>

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

@Deprecated @Experimental public interface ISpaceSingleProvider<T> extends javax.inject.Provider<T>
Deprecated.
Provides an instance of the extension point specified as the type argument according to the currently active space.
  • Method Summary

    Methods inherited from interface javax.inject.Provider

    get