Replies: 1 comment 2 replies
|
Any updates on the matter? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I have this Proto:
And another Proto file defining the extension:
The generated code contains an annotation class for the extension and puts the annotation on
the field like so:
Usually on JVM I would use reflection to get the value:
But this is possible only on JVM target.
How can I access the value in common/native targets?
Regards,
Shay Oinif
All reactions