Czar
01/29/2019, 12:55 PMInjectionPoint in SpringFu kofu bean definition DSL?sdeleuze
01/29/2019, 5:36 PMCzar
01/29/2019, 5:42 PM//...
bean(name = "logger", scope = Scope.PROTOTYPE) { injectionPoint ->
LoggerFactory.getLogger(injectionPoint.getMethodParameter().getContainingClass())
}sdeleuze
01/29/2019, 5:47 PMref<InjectionPoint>()?Czar
01/29/2019, 8:28 PMNo qualifying bean of type 'org.springframework.beans.factory.InjectionPoint' availablesdeleuze
01/29/2019, 8:28 PMCzar
01/29/2019, 8:29 PMsdeleuze
01/29/2019, 8:30 PM