Use target priorities to split annotations to different descriptors
This commit is contained in:
+2
-2
@@ -88,7 +88,7 @@ public class MemberDeserializer(private val c: DeserializationContext) {
|
||||
)
|
||||
}
|
||||
else {
|
||||
DescriptorFactory.createDefaultGetter(property)
|
||||
DescriptorFactory.createDefaultGetter(property, Annotations.EMPTY)
|
||||
}
|
||||
getter.initialize(property.getReturnType())
|
||||
getter
|
||||
@@ -116,7 +116,7 @@ public class MemberDeserializer(private val c: DeserializationContext) {
|
||||
setter
|
||||
}
|
||||
else {
|
||||
DescriptorFactory.createDefaultSetter(property)
|
||||
DescriptorFactory.createDefaultSetter(property, Annotations.EMPTY)
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user