Skip to content

Commit

Permalink
Add ElementType.Type to ActorType (#812)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Jan 25, 2023
1 parent beafb5a commit bd6e91b
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 bd6e91b

Please sign in to comment.