Assume I have a class and a method such as this:
class MyClass { void doStuff(Wrapper wrapper) { //impl. } }