You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not fully aware yet why, but the reason it's not working is that you can't get by with just adding the annotation. You need to explicitly annotate it as: @property:Description, which will make the code pick it up properly. This wasn't an issue before as the only target set was property. This was changed where it's now applicable to both property and a value parameter.
Perhaps whoever is more aware of the inner workings of Kotlin reflection can shed some more light on why this is the case. I've yet to grasp it 100%.
I am trying to use @Description to my schema model.
my version is 0.3-beta.2
But nothing happen to my schema model.
Am I using @Description annotation incorrectly? Or @Description is working improperly?
this is my code as shown below.
can I get any advice?
The text was updated successfully, but these errors were encountered: