Got the class and interface that looks like:
interface ClassName { fun foo(param1: Int): Int } @Bean class ClassNameImplementation : ClassName { fun