Is it possible to find all methods that start with a certain prefix? For
example, I want to have a custom template pick up that there are methods of
this signature:
public void processXyz (SomeType obj)
I want to find all "process" prefixed methods, regardless of their suffix.
Ideally I really only want such methods that only have a single argument
parameter list also - but I suspect I can accomplish that logic already
somehow.
If this isn't possible, then I guess I'm left writing my own tag handler,
right? If so, then I'll probably write my own "for all setters" too (see
previous post) :).
Thanks,
Erik
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user