Class AbstractApplicationContextMergeStrategy
-
- All Implemented Interfaces:
-
io.github.funofprograming.context.ApplicationContextMergeStrategy
public abstract class AbstractApplicationContextMergeStrategy implements 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
Akshay Jain
-
-
Constructor Summary
Constructors Constructor Description AbstractApplicationContextMergeStrategy(Set<Key<?>> keys)
-