Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] accessing method return object via joinpoint.staticPart

hello all,
 is it possible to access the return parameter of an intercepted method using joinpoint.staticpart?

i m trying tow rite a  after() returning  advice that intercepts a method and i was wondering if i can access
that the method has returned

or the only way to get objects returned by a method is to use around() advice?


thanx and regards
 marco



Back to the top