I\'m facing an issue trying to define a context hierarchy using AnnotationConfigApplicationContext.
AnnotationConfigApplicationContext
The problem is when defining a module context insid
I run into the same problem,
Another possibility is to extend AnnotationConfigApplicationContext and add just the required constructor or build the context programmatically, if you are instantiating the AnnotationConfigApplicationContext from java.