Wolf
@w0olf
·
Spring: Method-level dependency injection with @Lookup - Part 2
A method annotated with @Lookup tells Spring to return an instance of the method's return type when it gets invoked. In this case Spring will override the annotated method and will use the method's r…