We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beafb5a commit 6656e4cCopy full SHA for 6656e4c
sdk-actors/src/main/java/io/dapr/actors/ActorType.java
@@ -23,7 +23,7 @@
23
* Annotation to define Actor class.
24
*/
25
@Documented
26
-@Target(ElementType.TYPE_USE)
+@Target({ElementType.TYPE_USE, ElementType.TYPE})
27
@Retention(RetentionPolicy.RUNTIME)
28
public @interface ActorType {
29
0 commit comments