Abstract Application Context Merge Strategy
abstract class AbstractApplicationContextMergeStrategy(keys: Set<Key<*>>? = null) : ApplicationContextMergeStrategy
Abstract implementation of {@linkplain ApplicationContextMergeStrategy}
Initialize with a set of keys for whom this strategy is to be applied. If null set passed then strategy is applicable for all keys
Author
Akshay Jain
Parameters
keys