Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] inner method calls



Evert,

You can only advise method calls in classes that are exposed to the weaver
e.g. compiled by ajc. Therefore the call to "start()" in your program is
advised but not those within sourceforge.gpe.engine.*. You will need to
binary weave to achieve that.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



Back to the top