Skip to content

Commit

Permalink
Update Aspect.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Jan 31, 2023
1 parent a926e2f commit 9b32648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inject/src/main/java/io/avaje/inject/aop/Aspect.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Specify the {@link AspectProvider} for this aspect.
*/
Class<?> target();
Class<? extends AspectProvider> target();

/**
* Specify the priority ordering when multiple aspects are on a method.
Expand Down

0 comments on commit 9b32648

Please sign in to comment.