> I am not aware of a better way to do this with Guava...? I looked but couldn't find anything, no :-( The Invokable doesn't allow you to get at the underlying member any more :-( Closest we could come is to create a subclass of Invokable that returns `getDeclaringClass()` as the owner type, but that would be a bigger code change. @andrewgaul thought this version makes the intention most clearly evident.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/266#issuecomment-33422084
