`KotlinBeanInfoFactory` creates an empty bean info descriptor if the requested type is an interface. Example code: ```kotlin interface FirstnameOnly { fun getFirstname(): String } ```