Loading context after application context

Natasha

I have a doubt which is similar to the one here:

Class Loading Application Context Spring

But I also want to load the dependencies of the classes loaded after the application context.

Is that possible to achieve?

jmj

But I also want to load the dependencies of the classes loaded after the application context.

if they are required to be initialized with class initialization, they will get loaded

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related