Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArC: improve how intercepted methods are searched for
If there are no interceptor binding annotations on the method, we can interrupt the search process a bit earlier and don't have to call the "skip this method?" predicate. This slightly improves the user experience, because the predicate can pring warnings (which would be useless in this case).
- Loading branch information