In Scala, how to invoke the application context to consume a custom jar library written using org.springframework.stereotype @Component annotation .
The @Component is used to create the java class files, i need to invoke there associated methods in the scala.
Any inputs is appreciated.
Spring custom library -> Has @component with a method.
Need to inject the bean and invoke its associated method in scala.