Interface ISpaceConfigProvider<T>

Type Parameters:
T - - The configuration model class type
All Superinterfaces:
javax.inject.Provider<T>

@Deprecated @Experimental public interface ISpaceConfigProvider<T> extends javax.inject.Provider<T>
Deprecated.
Provides an instance of the configuration model class specified as the type argument depending on the currently active space.
  • Method Summary

    Methods inherited from interface javax.inject.Provider

    get