-
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'? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
You can always use a TypePool to describe a type without loading it, and supply that type to the delegation.