Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] How to resolve method by name and arguments

On 06.04.2011 19:03, Alexandar Savov wrote:
> I’m contacting you w.r.t. *how to resolve a Java method provided its
> name and arguments*.

Not sure what this has to do with AspectJ, but ClassMate [1] was pretty
much made for exactly this purpose. See [2] for a motivational blog
posting. If this is not what you're looking for then please explain the
actual use case further.

hope this helps :)
Holger

[1] https://github.com/cowtowncoder/java-classmate
[2] http://www.cowtowncoder.com/blog/archives/2010/12/entry_436.html


Back to the top