We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KotlinBeanInfoFactory
KotlinBeanInfoFactory creates an empty bean info descriptor if the requested type is an interface.
Example code:
interface FirstnameOnly { fun getFirstname(): String }