Skip to content

Commit

Permalink
Add ElementType.Type to ActorType
Browse files Browse the repository at this point in the history
  • Loading branch information
LionTao committed Nov 21, 2022
1 parent bc9de9f commit c212f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-actors/src/main/java/io/dapr/actors/ActorType.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Annotation to define Actor class.
*/
@Documented
@Target(ElementType.TYPE_USE)
@Target({ElementType.TYPE_USE, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface ActorType {

Expand Down

0 comments on commit c212f3e

Please sign in to comment.