|
Say I have this method that I want to intercept: with delegate: which i set up using: This doesn't work because in loading Is there a more 'specific' annotation for return types/params which means 'the instrumented type'? |
Answered by
raphw
Jan 28, 2025
Replies: 1 comment 2 replies
|
You can always use a TypePool to describe a type without loading it, and supply that type to the delegation. |
2 replies
Answer selected by
facboy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can always use a TypePool to describe a type without loading it, and supply that type to the delegation.