java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Add ElementType.TYPE to ActorType

Open LionTao opened this issue 3 years ago • 0 comments

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?

LionTao avatar Oct 09 '22 21:10 LionTao