Skip to content

KotlinBeanInfoFactory creates bean info for interfaces #2964

Closed
@mp911de

Description

@mp911de

KotlinBeanInfoFactory creates an empty bean info descriptor if the requested type is an interface.

Example code:

interface FirstnameOnly {
	fun getFirstname(): String
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions