Qualifier Adapter Property
data class QualifierAdapterProperty(val name: String, val qualifiers: Set<ClassName>)
Content copied to clipboard
Represents a qualified property with its name in the adapter fields and list of qualifiers associated with it.