Skip to content

Commit

Permalink
Fix Target
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <HendrixShen@hendrixshen.top>
  • Loading branch information
Hendrix-Shen committed May 22, 2024
1 parent 4639656 commit 6b6d57d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* CompositeDependencies annotation.
*/
@Target(ElementType.TYPE)
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CompositeDependencies {
/**
Expand Down

0 comments on commit 6b6d57d

Please sign in to comment.