Skip to content

Commit bd6e91b

Browse files
LionTaomukundansundarartursouza
authored
Add ElementType.Type to ActorType (#812)
Signed-off-by: LionTao <[email protected]> Signed-off-by: LionTao <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Artur Souza <[email protected]>
1 parent beafb5a commit bd6e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-actors/src/main/java/io/dapr/actors/ActorType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Annotation to define Actor class.
2424
*/
2525
@Documented
26-
@Target(ElementType.TYPE_USE)
26+
@Target({ElementType.TYPE_USE, ElementType.TYPE})
2727
@Retention(RetentionPolicy.RUNTIME)
2828
public @interface ActorType {
2929

0 commit comments

Comments
 (0)