Package com.persequor.extension.common
Interface ISpaceMultiProvider<T>
- Type Parameters:
T
- -
- All Superinterfaces:
javax.inject.Provider<List<T>>
@Deprecated
@Experimental
public interface ISpaceMultiProvider<T>
extends javax.inject.Provider<List<T>>
Deprecated.
Provides a list of instances 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