Is there a way to add a bean by creating it first manually and then add it to the spring bean registry?
Annotating the bean with @Service, @Component is having some negative impacts that I wish to control myself.
Is there a way to add a bean by creating it first manually and then add it to the spring bean registry?
Annotating the bean with @Service, @Component is having some negative impacts that I wish to control myself.