java-sdk
java-sdk copied to clipboard
Add ElementType.TYPE to ActorType
Describe the proposal
Hi, I want to use the actor model with Kotlin. Currently, the ActorType annotation in java is targeted at ElementType.TYPE_USE which is incompatible with kotlin interface.
Adding ElementType.TYPE to the annotation target field should work. Can we add it?