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 bc9de9f commit 6c1bb8aCopy full SHA for 6c1bb8a
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