Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Stateful JoinPoints

Eric Eide wrote:

"Eric" == Eric Eide <eeide@xxxxxxxxxxx> writes:

	Eric> Does AspectJ actually guarantee anything about the identity of
	Eric> the static part object?  (I don't know.)  [...]

Modulo AspectJ's guarantees about the handling of static part objects, maybe
you could accomplish your goal (adding fields to static part instances) by
writing aspects over the AspectJ runtime.

Hmmmm. intersting idea ... could this really work ???

Dave

Note that I haven't actually tried this --- but isn't this the just the kind of
thing that AspectJ is supposed to help you with :-)?

Eric.





Back to the top