Skip to content

Commit 6656e4c

Browse files
LionTaomukundansundarartursouza
authored andcommitted
Add ElementType.Type to ActorType (dapr#812)
Signed-off-by: LionTao <taojiachun980831@163.com> Signed-off-by: LionTao <taojiachun980831@163.com> Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Signed-off-by: Mahmut Canga <cangamahmut@gmail.com>
1 parent beafb5a commit 6656e4c

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)