Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] pointcut for 'new'

pointcut creation() : call(* new *.*(..));

-----Original Message-----
From: Kenny Akridge [mailto:kakridge@xxxxxxxxxxxxx] 
Sent: Tuesday, February 03, 2004 9:55 AM
To: aspectj-dev@xxxxxxxxxxx
Subject: [aspectj-dev] pointcut for 'new'


Hello, is it possible to create a pointcut for whenever a new object is
instantiated?

Thanks.

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/aspectj-dev


Back to the top